Now gitignore is working for new prefs.

This commit is contained in:
2017-10-04 14:25:05 +02:00
parent 26c1bda3df
commit 5e50d52344
5 changed files with 2 additions and 5595 deletions

4
.gitignore vendored
View File

@@ -2,13 +2,13 @@ __pycache__
shows.db
.DS_Store
env_variables.py
conf/classedOutput.log
app/conf/classedOutput.log
node_modules
*.pyc
npm-debug.log
webpage/js/env_variables.js
client/dist
src/webserver/access.log
conf/development.json
seasoned_api/conf/development.json
yarn-error.log
*/yarn.lock

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +0,0 @@
{
"database": {
"host": "../shows.db"
},
"webserver": {
"port": 31459
},
"tmdb": {
"apiKey": "9fa154f5355c37a1b9b57ac06e7d6712"
},
"mail": {
"host": "mail.kevinmidboe.com",
"user": "kevinmidboe",
"password": "Kevinojm94"
}
}

File diff suppressed because it is too large Load Diff