merge gitignore
This commit is contained in:
parent
e0d1beb749
commit
2db5e177dd
15 changed files with 15597 additions and 0 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -102,3 +102,24 @@ dist
|
|||
|
||||
# TernJS port file
|
||||
.tern-port
|
||||
# build output
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules
|
||||
.yarn
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue