surrealpatch/.gitignore

54 lines
759 B
Text
Raw Normal View History

2020-06-30 10:10:35 +00:00
# -----------------------------------
# OS X
# -----------------------------------
# Directory files
.DS_Store
.AppleDouble
.LSOverride
# Thumbnail files
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# -----------------------------------
# Files
# -----------------------------------
2020-03-08 18:24:26 +00:00
**/*.rs.bk
2020-06-30 10:10:35 +00:00
*.db
*.sw?
2020-06-30 10:10:35 +00:00
# -----------------------------------
# Folders
# -----------------------------------
/target/
2024-01-11 21:29:58 +00:00
/lib/cache/
/lib/store/
/lib/target/
.idea/
.vscode/
/result
/bin/
/.direnv/
2020-06-30 10:10:35 +00:00
# -----------------------------------
# Specific
# -----------------------------------
/cache/
/store/
2020-06-30 10:10:35 +00:00
surreal
history.txt