Skip to content

Instantly share code, notes, and snippets.

@lkurzyniec
Created August 26, 2020 09:40
Show Gist options
  • Save lkurzyniec/07b33a359416e5c908dfa5b6e93497e3 to your computer and use it in GitHub Desktop.
Save lkurzyniec/07b33a359416e5c908dfa5b6e93497e3 to your computer and use it in GitHub Desktop.
gitignore_global
# ignore thumbnails created by windows
Thumbs.db
# Compiled source #
###################
*.com
*.class
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.lib
*.sbr
# my
*.orig
appsettings.local.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment