.idea/ added to gitignore file

This commit is contained in:
andrei 2022-05-23 14:13:44 +03:00
parent 7a54b0baf5
commit cc10761286
2 changed files with 4 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# Byte-compiled / optimized / DLL files
__pycache__/
planetmint_environment/
.idea/
*.py[cod]
*$py.class

14
.idea/planetmint.iml generated
View File

@ -1,16 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/planetmint_environment" />
<excludeFolder url="file://$MODULE_DIR$/planetmint_env" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<module version="4">
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
<option name="format" value="GOOGLE" />
<option name="myDocStringFormat" value="Google" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="py.test" />