mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update .gitignore
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -1,4 +1,25 @@
|
|||||||
debug.log
|
debug.log
|
||||||
CORS.json
|
CORS.json
|
||||||
*.bat
|
*.bat
|
||||||
dev/*
|
dev/*
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
/node_modules
|
||||||
|
/.pnp
|
||||||
|
.pnp.js
|
||||||
|
|
||||||
|
# testing
|
||||||
|
/coverage
|
||||||
|
|
||||||
|
# production
|
||||||
|
/build
|
||||||
|
|
||||||
|
# misc
|
||||||
|
.DS_Store
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
Reference in New Issue
Block a user