125 lines
1.5 KiB
Plaintext
125 lines
1.5 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
|
|
|
|
### VS Code
|
|
# VSCode settings (keep shared configuration)
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### 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.*
|
|
|
|
### Objective-C
|
|
# Xcode user settings
|
|
xcuserdata/
|
|
|
|
# Xcode build data
|
|
DerivedData/
|
|
|
|
# Obj-C/Swift specific
|
|
*.hmap
|
|
|
|
# App packaging
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
### Swift
|
|
# Xcode user settings
|
|
xcuserdata/
|
|
|
|
# Xcode build data
|
|
DerivedData/
|
|
|
|
# Swift/Obj-C specific
|
|
*.hmap
|
|
|
|
# App packaging
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Swift Package Manager
|
|
# Package.resolved
|
|
packages/apple/**/.build/
|
|
**/.build/
|
|
|
|
# Xcode local build artifacts
|
|
.derivedData/
|
|
DerivedData/
|