mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update the .gitignore based on the docsite restructuring.
This commit is contained in:
parent
40429ee64e
commit
c3245e45c2
1 changed files with 7 additions and 7 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -24,13 +24,13 @@ docs/man/man3/*
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
# docsite stuff...
|
# docsite stuff...
|
||||||
docsite/latest/rst/modules
|
docsite/rst/modules
|
||||||
docsite/latest/*.html
|
docsite/*.html
|
||||||
docsite/latest/_static/*.gif
|
docsite/_static/*.gif
|
||||||
docsite/latest/_static/*.png
|
docsite/_static/*.png
|
||||||
docsite/latest/_static/websupport.js
|
docsite/_static/websupport.js
|
||||||
docsite/latest/searchindex.js
|
docsite/searchindex.js
|
||||||
docsite/latest/htmlout
|
docsite/htmlout
|
||||||
# deb building stuff...
|
# deb building stuff...
|
||||||
debian/
|
debian/
|
||||||
# Vim swap files
|
# Vim swap files
|
||||||
|
|
Loading…
Reference in a new issue