mirror of
https://github.com/opsschool/curriculum.git
synced 2025-12-06 00:19:45 +01:00
Exclude any direnv artifacts from project
- ignore from VCS - ignore in sphinx renderer
This commit is contained in:
parent
fca88a4bc2
commit
d997c15c18
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,4 +1,6 @@
|
||||||
_build/
|
|
||||||
*.swp
|
|
||||||
*.swo
|
*.swo
|
||||||
|
*.swp
|
||||||
.DS*
|
.DS*
|
||||||
|
.direnv/
|
||||||
|
.envrc
|
||||||
|
_build/
|
||||||
|
|
|
||||||
2
conf.py
2
conf.py
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user