forked from beba/foerderbarometer
ignore idea config files & mac stuff
This commit is contained in:
parent
b9fe0c9a1f
commit
fa8d0ab898
|
|
@ -91,6 +91,10 @@ target/
|
|||
profile_default/
|
||||
ipython_config.py
|
||||
|
||||
# IDEA
|
||||
/*.iml
|
||||
/.idea
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
|
|
@ -137,3 +141,6 @@ dmypy.json
|
|||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Reference in New Issue