Now gitignore is working for new prefs.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,13 +2,13 @@ __pycache__
|
|||||||
shows.db
|
shows.db
|
||||||
.DS_Store
|
.DS_Store
|
||||||
env_variables.py
|
env_variables.py
|
||||||
conf/classedOutput.log
|
app/conf/classedOutput.log
|
||||||
node_modules
|
node_modules
|
||||||
*.pyc
|
*.pyc
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
webpage/js/env_variables.js
|
webpage/js/env_variables.js
|
||||||
client/dist
|
client/dist
|
||||||
src/webserver/access.log
|
src/webserver/access.log
|
||||||
conf/development.json
|
seasoned_api/conf/development.json
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
*/yarn.lock
|
*/yarn.lock
|
||||||
|
|||||||
4535
client/yarn.lock
4535
client/yarn.lock
File diff suppressed because it is too large
Load Diff
@@ -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
Reference in New Issue
Block a user