Ver código fonte

Initial Commit

master
Anoop 2 anos atrás
pai
commit
2858cc5d08
5 arquivos alterados com 48 adições e 0 exclusões
  1. +8
    -0
      .idea/.gitignore
  2. +20
    -0
      .idea/hrms.iml
  3. +6
    -0
      .idea/inspectionProfiles/profiles_settings.xml
  4. +8
    -0
      .idea/modules.xml
  5. +6
    -0
      .idea/vcs.xml

+ 8
- 0
.idea/.gitignore Ver arquivo

@@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

+ 20
- 0
.idea/hrms.iml Ver arquivo

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_CONFIGURATION" value="Jinja2" />
<option name="TEMPLATE_FOLDERS">
<list>
<option value="$MODULE_DIR$/hrms/public/js/templates" />
</list>
</option>
</component>
</module>

+ 6
- 0
.idea/inspectionProfiles/profiles_settings.xml Ver arquivo

@@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

+ 8
- 0
.idea/modules.xml Ver arquivo

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/hrms.iml" filepath="$PROJECT_DIR$/.idea/hrms.iml" />
</modules>
</component>
</project>

+ 6
- 0
.idea/vcs.xml Ver arquivo

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

Carregando…
Cancelar
Salvar