Commit 6864d374ac399f03e49a7ff373e08b239a59c992

Authored by Etienne Pallier
1 parent 99a3e97f
Exists in dev

git ignore

Showing 2 changed files with 2 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -17,3 +17,4 @@ images_folder
17 17 Comet/
18 18 /DEPENDENCIES/
19 19 /DEPENDENCIES/*
  20 +DEPENDENCIES
... ...
.idea/PYROS201802.iml
... ... @@ -3,6 +3,7 @@
3 3 <component name="NewModuleRootManager">
4 4 <content url="file://$MODULE_DIR$">
5 5 <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  6 + <excludeFolder url="file://$MODULE_DIR$/DEPENDENCIES" />
6 7 </content>
7 8 <orderEntry type="jdk" jdkName="Python 3.6 (venv_py3_pyros)" jdkType="Python SDK" />
8 9 <orderEntry type="sourceFolder" forTests="false" />
... ...