Skip to content

Instantly share code, notes, and snippets.

@stancel
Last active December 11, 2019 20:16
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/a1c3b41386b4b9f25aa031eda2f86c18 to your computer and use it in GitHub Desktop.
Save stancel/a1c3b41386b4b9f25aa031eda2f86c18 to your computer and use it in GitHub Desktop.
.gitignore I use as the default for new Sphinx and ReSTructured Text documentation projects
# Git Ignore File
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Mac .DS_Store Files
.DS_Store
._DS_Store
# IDE Files
.idea
*.swp
*~
build
source/_build
.transifexrc
.tx
# 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