feature: handle multiple configs
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,13 +1,22 @@
|
||||
**/node_modules
|
||||
config.json
|
||||
.DS_Store
|
||||
*.iml
|
||||
*.swp
|
||||
dist
|
||||
.npm
|
||||
|
||||
# Test cache
|
||||
cache
|
||||
cypress/screenshots
|
||||
cypress/videos
|
||||
cache
|
||||
.npm
|
||||
.DS_Store
|
||||
src/manifest.webmanifest
|
||||
.cache
|
||||
|
||||
# Built files
|
||||
.cache
|
||||
dist
|
||||
|
||||
# Config specific files
|
||||
config.json
|
||||
config.*.json
|
||||
!config.sample.json
|
||||
|
||||
# PWA Generated file
|
||||
src/manifest.webmanifest
|
||||
Reference in New Issue
Block a user