40 lines
497 B
Plaintext
40 lines
497 B
Plaintext
|
# Editor directories and files
|
||
|
.idea
|
||
|
.vscode
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw*
|
||
|
|
||
|
# Misc
|
||
|
.DS_Store
|
||
|
node_modules/
|
||
|
dist/
|
||
|
dist-ssr/
|
||
|
|
||
|
# Local files
|
||
|
*.local
|
||
|
|
||
|
# Log files
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
# Binaries for programs and plugins
|
||
|
*.exe
|
||
|
*.exe.manifest
|
||
|
*.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/
|