chore: update gitignore (#34)
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -1,3 +1,29 @@
|
||||
/node_modules
|
||||
package-lock.json
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
/node_modules/
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
.env.test
|
||||
|
||||
# VSCode
|
||||
.vscode
|
||||
|
||||
# Distribution
|
||||
bin
|
||||
|
||||
# Eslint cache
|
||||
.eslintcache
|
||||
|
||||
Reference in New Issue
Block a user