init commit
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
node_modules/
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.DS_Store
|
||||
dist/
|
||||
build/
|
||||
uploads/
|
||||
*.log
|
||||
.vscode/
|
||||
.idea/
|
||||
coverage/
|
||||
.nyc_output/
|
||||
*.tgz
|
||||
*.tar.gz
|
||||
.cache/
|
||||
.parcel-cache/
|
||||
Reference in New Issue
Block a user