Skip to content

Commit

Permalink
chore: 更新 ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 committed Feb 24, 2021
1 parent 57a65c5 commit 281cbdc
Showing 1 changed file with 56 additions and 9 deletions.
65 changes: 56 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
Expand All @@ -16,11 +21,12 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
Expand All @@ -31,7 +37,6 @@ bower_components

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
utils/filenames.js

# Dependency directories
node_modules/
Expand All @@ -40,12 +45,24 @@ jspm_packages/
# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

Expand All @@ -57,13 +74,43 @@ typings/

# dotenv environment variables file
.env
!config/algolia/.env
.env.test
.env*.local

# next.js build output
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next

# secretKeyConf
# secretKeyConf.js
docs/.vuepress/dist
docs/.vuepress/dist/
.temp
# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# self
.temp

0 comments on commit 281cbdc

Please sign in to comment.