Skip to content

Commit

Permalink
Ignore build files in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arokettu committed Jan 14, 2023
1 parent c9746cc commit 3c59073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/tests export-ignore
/docs/*.py export-ignore
/docs/*.txt export-ignore
/docs/_* export-ignore
/.git* export-ignore
/*.yml export-ignore
/*.yaml export-ignore
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
/tmp*
/reports
/docs/build
/docs/html
/.phpunit.result.cache

0 comments on commit 3c59073

Please sign in to comment.