Added a gitignore for each main folder because we have python based scripts in one folder, javascript/react and javascript/node in the other.

This commit is contained in:
2017-11-28 19:19:50 +01:00
parent be4c79ca16
commit 5da57062a7
4 changed files with 245 additions and 13 deletions

29
.gitignore vendored
View File

@@ -1,17 +1,20 @@
__pycache__
shows.db
# __pycache__
# shows.db
.DS_Store
env_variables.py
app/conf/classedOutput.log
node_modules
*.pyc
npm-debug.log
webpage/js/env_variables.js
client/dist
src/webserver/access.log
# env_variables.py
# app/conf/classedOutput.log
# node_modules
# *.pyc
# npm-debug.log
# webpage/js/env_variables.js
# client/dist
# src/webserver/access.log
./seasoned_api/conf/
yarn-error.log
*/yarn.lock
# yarn-error.log
# */yarn.lock
env
yarn.lock
*/yarn.lock
*/package-lock.json