diff --git a/code/backend/.gitignore b/.gitignore similarity index 85% rename from code/backend/.gitignore rename to .gitignore index cec13ca..e96fd3c 100644 --- a/code/backend/.gitignore +++ b/.gitignore @@ -1,7 +1,33 @@ # Flask config +/.config*.py -config.py -configtest.py + + +# --- --- --- --- --- --- --- --- +# AUTOGENERATED STUFF BELOW +# --- --- --- --- --- --- --- --- + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index 5ae724c..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - postgresql - true - org.postgresql.Driver - jdbc:postgresql://localhost:5432/PdSDev - - - postgresql - true - org.postgresql.Driver - jdbc:postgresql://zero.ryg.one:5432/nest - - - \ No newline at end of file diff --git a/.idea/g2-progetto-2.iml b/.idea/g2-progetto-2.iml new file mode 100644 index 0000000..ad8246f --- /dev/null +++ b/.idea/g2-progetto-2.iml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 98762f0..f161bfd 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,37 +1,13 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index 639900d..02f0a03 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,9 @@ - + + IDE + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index ae83ec6..397d682 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,9 +2,7 @@ - - - + \ No newline at end of file diff --git a/.idea/root.iml b/.idea/root.iml deleted file mode 100644 index 51e4222..0000000 --- a/.idea/root.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Backend__Start_server.xml b/.idea/runConfigurations/Backend.xml similarity index 69% rename from .idea/runConfigurations/Backend__Start_server.xml rename to .idea/runConfigurations/Backend.xml index b52a8fd..3bf5487 100644 --- a/.idea/runConfigurations/Backend__Start_server.xml +++ b/.idea/runConfigurations/Backend.xml @@ -1,14 +1,14 @@ - - -