Skip to content

Commit

Permalink
tweak git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jun 28, 2024
1 parent 0743dde commit dc11ac4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Temporary Items
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
Expand Down Expand Up @@ -300,7 +301,7 @@ ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Expand Down Expand Up @@ -805,6 +806,4 @@ FodyWeavers.xsd
deps/

# API docs are updated automatically by .github/workflows/docs.yml
docs/

.idea/
docs/

0 comments on commit dc11ac4

Please sign in to comment.