Last active
December 11, 2019 20:16
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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