Skip to content

Commit 0120c72

Browse files
authored
Update .gitignore in nextjs-start
fetching this folder with giget means the root-level gitignore isn't picked up, so .firebaserc in particular is easy to accidentally commit
1 parent af9da7c commit 0120c72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nextjs-start/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ lib/firebase/config.js
22
.next/
33
.firebase/
44
node_modules/
5-
.env
5+
.env
6+
.firebaserc

0 commit comments

Comments
 (0)