Skip to content

Commit

Permalink
Update gitignore to contain test.svg and .DS_Store (#297)
Browse files Browse the repository at this point in the history
A file `test.svg` is generated by tests. It should not be looked at by
git. Additionally, for Mac users, `.DS_Store` is an OS-generated file that
can appear anywhere. It should be hidden too.
  • Loading branch information
lkk7 committed Dec 16, 2023
1 parent eabcff2 commit 5efc6cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ coverage.xml
*.cover
.hypothesis/
.pytest_cache/
test.svg

# Translations
*.mo
Expand Down Expand Up @@ -109,3 +110,6 @@ venv.bak/
.mypy_cache/
.dmypy.json
dmypy.json

# OS-generated files
.DS_Store

0 comments on commit 5efc6cc

Please sign in to comment.