Add initial gitignore file
This commit is contained in:
parent
281df6e274
commit
0a1b0d2fac
1 changed files with 35 additions and 0 deletions
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# -----------------------------------
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# -----------------------------------
|
||||||
|
# Builds
|
||||||
|
# -----------------------------------
|
||||||
|
|
||||||
|
surreal
|
||||||
|
gin-bin
|
||||||
|
|
||||||
|
# -----------------------------------
|
||||||
|
# Data
|
||||||
|
# -----------------------------------
|
||||||
|
|
||||||
|
data/
|
Loading…
Reference in a new issue