Skip to content

Commit 3bbaf7d

Browse files
committed
Updated .gitignore
1 parent d942938 commit 3bbaf7d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.gitignore

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22
.projectFilesBackup
33
node_modules
44
npm-debug.log
5+
6+
#Vapor folder
57
sentry
68
servers
79
logs
8-
config.json
910

11+
# Ignore all *config.json files except for the sample config.
12+
*config.json
13+
!sample.config.json
14+
15+
# Ignore everything in the data folder except for the README file.
1016
data/*
1117
!data/README.md
1218

13-
# Ignore plugin for testing purposes
19+
# Ignore plugin for testing purposes.
1420
lib/plugins/dummy.js

0 commit comments

Comments
 (0)