mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-19 18:26:04 +08:00
Initial commit
This commit is contained in:
54
.gitignore
vendored
Normal file
54
.gitignore
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
# @source: https://github.com/xrkffgg/gitignore/blob/master/.gitignore
|
||||
|
||||
# production
|
||||
# /dist
|
||||
/docs-dist
|
||||
/lib
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Private
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
||||
# dependencies
|
||||
node_modules
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Compiled file
|
||||
*.class
|
||||
*.css.map
|
||||
*.sass.map
|
||||
*.scss.map
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
~$*.*
|
||||
|
||||
# umi
|
||||
.umi
|
||||
.umi-production
|
||||
.umi-test
|
||||
.env.local
|
||||
|
||||
# cache
|
||||
.sass-cache/
|
||||
|
||||
# test
|
||||
coverage
|
Reference in New Issue
Block a user