Cleaned up in the main gitignore file and moved seasoned_api related ignore to its child file.

This commit is contained in:
2017-11-28 19:24:47 +01:00
parent 36b4f16047
commit ff78dfbd50
2 changed files with 2 additions and 13 deletions

14
.gitignore vendored
View File

@@ -1,17 +1,5 @@
# __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
./seasoned_api/conf/
# yarn-error.log
# */yarn.lock
# ./seasoned_api/conf/
env

View File

@@ -61,3 +61,4 @@ typings/
# - - - - -
# My own gitignore files and folders
shows.db
conf