cleanup
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -1,4 +1,29 @@
|
||||
*.iml
|
||||
# Dependencies
|
||||
/node_modules
|
||||
.log
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor / IDE
|
||||
*.iml
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Package manager files
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
*.tgz
|
||||
|
||||
# Secrets
|
||||
.npmrc
|
||||
|
||||
Reference in New Issue
Block a user