surrealpatch/.gitignore

60 lines
817 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
*.skv
*.sw?
*.skv
2020-06-30 10:10:35 +00:00
# -----------------------------------
# Folders
# -----------------------------------
/target/
2024-01-11 21:29:58 +00:00
/lib/cache/
/lib/store/
/lib/target/
2024-05-24 17:56:14 +00:00
/tests/sdk/*/Cargo.lock
/tests/sdk/*/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