Update .gitignore configuration
This commit is contained in:
parent
8fb6b27cfc
commit
ab0014ad02
1 changed files with 40 additions and 1 deletions
41
.gitignore
vendored
41
.gitignore
vendored
|
@ -1,2 +1,41 @@
|
|||
/target/
|
||||
# -----------------------------------
|
||||
# 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
|
||||
# -----------------------------------
|
||||
|
||||
**/*.rs.bk
|
||||
*.db
|
||||
|
||||
# -----------------------------------
|
||||
# Folders
|
||||
# -----------------------------------
|
||||
|
||||
/target/
|
||||
|
||||
# -----------------------------------
|
||||
# Specific
|
||||
# -----------------------------------
|
||||
|
||||
surreal
|
||||
|
|
Loading…
Reference in a new issue