Skip to content

Instantly share code, notes, and snippets.

@songpon
Created November 4, 2019 09:24
Show Gist options
  • Save songpon/6e54fd957c0f496cd167cf2b57b09975 to your computer and use it in GitHub Desktop.
Save songpon/6e54fd957c0f496cd167cf2b57b09975 to your computer and use it in GitHub Desktop.
my git ignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.jasper
# 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Translations
*.mo
# Sphinx documentation
docs/_build/
*.sw[po]
.vscode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment