mirror of
https://gist.github.com/b94410ca11def19b5461108b1d198d3d.git
synced 2024-05-12 03:54:55 +00:00
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
deltaCacheSize = 25m
|
||||
[core]
|
||||
quotepath = false
|
||||
excludesfile = ~/.gitignore
|
||||
excludesfile = ~/.gitignore_global
|
||||
autocrlf = input
|
||||
editor = vim
|
||||
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
# Ignore thumbnails created by windows
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
# Ignore files build by Visual Studio
|
||||
*.obj
|
||||
*.exe
|
||||
*.pdb
|
||||
*.user
|
||||
*.aps
|
||||
*.pch
|
||||
*.vspscc
|
||||
*_i.c
|
||||
*_p.c
|
||||
*.ncb
|
||||
*.suo
|
||||
*.tlb
|
||||
*.tlh
|
||||
*.bak
|
||||
*.cache
|
||||
*.ilk
|
||||
*.log
|
||||
*.dll
|
||||
*.lib
|
||||
*.sbr
|
||||
# Ignore JetBrain programs working dir
|
||||
.idea/
|
||||
# Avoid temp files - Linux/BSD style
|
||||
*~
|
||||
.*.swp
|
||||
# Ignore constant irritating macOS file
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user