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 # Intellij project files
node_modules/ *.iml
dist/ *.ipr
CONTRIBUTING.md *.iws
npm-debug.log .idea/
yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json
test/unit/coverage
test/e2e/reports
selenium-debug.log
# Editor directories and files # go.gitignore from https://github.com/github/gitignore/blob/master/Go.gitignore
.idea # Binaries for programs and plugins
.vscode *.exe
*.suo *.exe~
*.ntvs* *.dll
*.njsproj *.so
*.sln *.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/