Skip to content

Commit

Permalink
πŸ™ˆ Update .gitignore file
Browse files Browse the repository at this point in the history
Ignore the build and local deployment folders.
  • Loading branch information
ebouchut committed Oct 11, 2024
1 parent b79cbe7 commit d506032
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# macOS
.DS_Store

# Sphinx documentation
docs/_build/

# Python Virtual Environment
venv/
venv*/

# Mkdocs
target/
/build/
/site/

0 comments on commit d506032

Please sign in to comment.