Skip to content

Commit

Permalink
Update .gitignore so that developers building documentation locally d…
Browse files Browse the repository at this point in the history
…on't have their commits polluted.
  • Loading branch information
Isaak-Malers committed Feb 28, 2024
1 parent 1567265 commit 0cb8476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
venv/*
dist/*
.idea/*
*.pyc
*.pyc
_site/*

0 comments on commit 0cb8476

Please sign in to comment.