mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #1297 from sergevanginderachter/devel
updated gitignore for docssite stuff
This commit is contained in:
commit
a18e9d64c7
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -19,3 +19,12 @@ docs/man/man3/*
|
|||
# Sublime stuff
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
# docsite stuff
|
||||
docsite/rst/modules
|
||||
docsite/YAMLSyntax.html
|
||||
docsite/*.html
|
||||
docsite/_static/*.gif
|
||||
docsite/_static/*.png
|
||||
docsite/_static/websupport.js
|
||||
# deb building stuff
|
||||
debian/
|
||||
|
|
Loading…
Reference in a new issue