Skip to content

Instantly share code, notes, and snippets.

@stancel
Created April 1, 2020 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stancel/8196a19010ced7123784fa25a978f1ae to your computer and use it in GitHub Desktop.
Save stancel/8196a19010ced7123784fa25a978f1ae to your computer and use it in GitHub Desktop.
.gitignore file that I automatically pull into new cookiecutter template repos
# Git Ignore File - Cookiecutter Templates
# Mac .DS_Store Files
.DS_Store
._DS_Store
# IDE Files
.idea
*.swp
*~
# Syncthing File about Repo
_GIT_REPO_INFO.md
# Visual Studio
#.code-workspace
#.vscode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment