Skip to content

Commit ea21ad5

Browse files
authored
Merge pull request #178 from mapswipe/dev
add nginx and firebase conf to gitignore
2 parents 3e43126 + da2a139 commit ea21ad5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,12 @@ data/
123123
# don't upload app config for project managers dashboard
124124
app.js
125125

126+
# don't upload nginx conf
127+
nginx.conf
128+
*/nginx.conf
129+
130+
# don't upload firebase conf
131+
.firebaserc
132+
*/.firebaserc
133+
126134
.DS_Store

0 commit comments

Comments
 (0)