Created example config and ignored main config.json file
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,4 +1,12 @@
|
||||
.DS_Store
|
||||
# config file - copy config.json.example
|
||||
src/config.json
|
||||
|
||||
# Build directory
|
||||
dist/
|
||||
|
||||
# Node packages
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
dist/
|
||||
|
||||
# MacOS trash
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user