mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
Add global gitignore
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
# Compiled source #
|
||||
###################
|
||||
*.class
|
||||
*.dll
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
*.pyc
|
||||
|
||||
# Editing tools and IDEs #
|
||||
##########################
|
||||
.sw[a-p]
|
||||
[._]*.sw[a-p]
|
||||
[._]*.s[a-v][a-z]
|
||||
*~
|
||||
~*
|
||||
\#*\#
|
||||
\.#*
|
||||
.ipynb_checkpoints/
|
||||
|
||||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.sqlite
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
Icon?
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
@@ -5,6 +5,7 @@
|
||||
### git-delta
|
||||
[core]
|
||||
pager = delta
|
||||
excludesfile = ~/.config/.gitignore_global
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
[delta]
|
||||
|
||||
Reference in New Issue
Block a user