update gitignore for firebase
This commit is contained in:
parent
465404afda
commit
52278cb456
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -4,6 +4,18 @@ node_modules
|
||||||
# Exclude the compiled project
|
# Exclude the compiled project
|
||||||
dist/*
|
dist/*
|
||||||
|
|
||||||
|
# Firebase cache
|
||||||
|
.firebase/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
firebase-debug.log*
|
||||||
|
firebase-debug.*.log*
|
||||||
|
|
||||||
# Include the demo_assets folder
|
# Include the demo_assets folder
|
||||||
!dist/demo_assets/
|
!dist/demo_assets/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user