96 lines
1.0 KiB
Plaintext
96 lines
1.0 KiB
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
|
|
|
|
### VisualStudio
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
x86/
|
|
[Ww][Ii][Nn]32/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]64/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
|
|
# Visual Studio cache/options directory
|
|
.vs/
|
|
|
|
# MSTest test Results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
**/[Pp]ackages/*
|
|
!**/[Pp]ackages/build/
|
|
*.nuget.props
|
|
*.nuget.targets
|
|
|
|
# Publish Web Output
|
|
*.[Pp]ublish.xml
|
|
|
|
### 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.* |