You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
635 B
55 lines
635 B
# ---> macOS
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two \r
|
|
# Icon
|
|
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
### react ###
|
|
.DS_*
|
|
*.log
|
|
logs
|
|
**/*.backup.*
|
|
**/*.back.*
|
|
|
|
node_modules
|
|
bower_components
|
|
|
|
*.sublime*
|
|
|
|
psd
|
|
thumb
|
|
sketch
|
|
|
|
### modules ###
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
# db
|
|
socialgraph.db
|
|
|
|
# build
|
|
cryptide_project/build/*
|