Skip to content

Commit da2a139

Browse files
committed
add nginx and firebase conf to gitignore
1 parent 8da2dba commit da2a139

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)