Skip to content

Commit ba7155a

Browse files
committed
ignore config files
1 parent fcea13c commit ba7155a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Node modules
2+
node_modules
3+
.idea
4+
# Adonis directory for storing tmp files
5+
tmp
6+
7+
# Environment variables, never commit this file
8+
.env
9+
ex.json
10+
config/xtrunks_firebase.json
11+
config/firebase.json
12+
13+
# The development sqlite file
14+
database/development.sqlite
15+
public/img

server-api/.gitignore

100644100755
+6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ tmp
88
.env
99
ex.json
1010
config/xtrunks_firebase.json
11+
config/firebase.json
1112

1213
# The development sqlite file
1314
database/development.sqlite
1415
public/img
16+
package-lock.json
17+
client/package-lock.json
18+
server-api/package-lock.json
19+
client/node_modules
20+
server-api/node_modules

0 commit comments

Comments
 (0)