This commit is contained in:
xuyucheng 2021-11-24 15:08:31 +08:00
parent 89074b366d
commit 285bc65b4b
1 changed files with 21 additions and 19 deletions

40
.gitignore vendored
View File

@ -1,20 +1,22 @@
.DS_Store
node_modules/
dist/
CONTRIBUTING.md
npm-debug.log
yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json
test/unit/coverage
test/e2e/reports
selenium-debug.log
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
# go.gitignore from https://github.com/github/gitignore/blob/master/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/