Skip to content

Instantly share code, notes, and snippets.

@dlech
Last active April 1, 2019 20:25
Show Gist options
  • Save dlech/32d0900a499fec9052d4960947e2215f to your computer and use it in GitHub Desktop.
Save dlech/32d0900a499fec9052d4960947e2215f to your computer and use it in GitHub Desktop.
Git bootstrap
root = true
[*.{cfg,editorconfig,git*,py,rst,sh,md}]
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = space
[*.json]
insert_final_newline = false
trim_trailing_whitespace = true
indent_size = 4
indent_style = tab
* text=auto
# Binary files
*.gif binary
*.ico binary
*.jpg binary
*.png binary
# macOS
.DS_Store
# temporary files
*~
*.orig
*.swp
# Python
__pycache__/
.eggs/
.pytest_cache/
build/
dist/
MANIFEST
*.egg-info
# This directory is used to give a hint to pipenv to create its venv here
*
!.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment