31 lines
330 B
Plaintext
31 lines
330 B
Plaintext
### IntelliJ
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
|
|
### Node / Electron
|
|
node_modules/
|
|
dist/
|
|
out/
|
|
*.dmg
|
|
*.pkg
|
|
|
|
### 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 |