2021-11-22 11:28:30 -05:00
|
|
|
##############################################################################
|
|
|
|
### 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
|
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
### Windows
|
|
|
|
|
|
|
|
# Windows thumbnail cache files
|
|
|
|
Thumbs.db
|
|
|
|
Thumbs.db:encryptable
|
|
|
|
ehthumbs.db
|
|
|
|
ehthumbs_vista.db
|
|
|
|
|
|
|
|
# Dump file
|
|
|
|
*.stackdump
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
[Dd]esktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Windows Installer files
|
|
|
|
*.cab
|
|
|
|
*.msi
|
|
|
|
*.msix
|
|
|
|
*.msm
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
# Windows shortcuts
|
|
|
|
*.lnk
|
|
|
|
|
2021-11-23 19:13:52 -05:00
|
|
|
###############################################################################
|
|
|
|
### Rust
|
2021-11-27 21:38:24 -05:00
|
|
|
target/
|
|
|
|
logs/
|
2023-06-24 21:23:48 -04:00
|
|
|
|
|
|
|
flamegraph.svg
|
|
|
|
perf.data
|
2023-08-05 11:17:28 -04:00
|
|
|
perf.data.old
|
|
|
|
|
2024-02-24 11:43:00 -05:00
|
|
|
###################################
|
2023-08-11 13:50:36 -04:00
|
|
|
|
|
|
|
.vscode/
|
2023-11-12 16:47:17 -05:00
|
|
|
.idea/
|
2023-08-12 12:10:32 -04:00
|
|
|
|
|
|
|
## Ignore emacs backup files
|
2023-10-31 07:17:13 -04:00
|
|
|
~*
|
|
|
|
|
|
|
|
# Earthly temporary build output
|
|
|
|
.tmp-earthly-out/
|