79 lines
830 B
Plaintext
79 lines
830 B
Plaintext
### Go
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work.sum
|
|
|
|
# env file
|
|
.env
|
|
|
|
### Node
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
*.pid
|
|
*.pid.lock
|
|
|
|
# Coverage
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output
|
|
|
|
# Build output
|
|
dist/
|
|
build/Release
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Framework build output and caches
|
|
.cache
|
|
.parcel-cache
|
|
.next
|
|
out/
|
|
.nuxt
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# npm cache directory
|
|
.npm
|
|
*.tgz
|
|
|
|
# yarn v2
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
|
|
### Windows
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
|
|
# Folder config file
|
|
[Dd]esktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
.gocache
|