83 lines
889 B
Plaintext
83 lines
889 B
Plaintext
### macOS
|
|
# Finder metadata
|
|
.DS_Store
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Custom folder icons
|
|
Icon
|
|
|
|
|
|
# Volume root files
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
### 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.* |