Exclude any direnv artifacts from project

- ignore from VCS
- ignore in sphinx renderer
This commit is contained in:
Mike Fiedler 2016-08-10 08:23:54 -04:00
parent fca88a4bc2
commit d997c15c18
No known key found for this signature in database
GPG Key ID: 5E1134F2FAF158B9
2 changed files with 5 additions and 3 deletions

6
.gitignore vendored
View File

@ -1,4 +1,6 @@
_build/
*.swp
*.swo *.swo
*.swp
.DS* .DS*
.direnv/
.envrc
_build/

View File

@ -64,7 +64,7 @@ release = '0.1'
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
exclude_patterns = ['_build'] exclude_patterns = ['_build', '.direnv', 'README.md']
# The reST default role (used for this markup: `text`) to use for all documents. # The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None #default_role = None