Skip to content

Commit eea23c9

Browse files
add config.json to gitignore
1 parent db6ef2c commit eea23c9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
25+
# Config files
26+
config.json
27+

server/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
2424

25-
/credentials.json
25+
/credentials.json
26+
27+
# Config files
28+
config.json

0 commit comments

Comments
 (0)