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/
|
profile_default/
|
||||||
ipython_config.py
|
ipython_config.py
|
||||||
|
|
||||||
|
# IDEA
|
||||||
|
/*.iml
|
||||||
|
/.idea
|
||||||
|
|
||||||
# pyenv
|
# pyenv
|
||||||
.python-version
|
.python-version
|
||||||
|
|
||||||
|
|
@ -137,3 +141,6 @@ dmypy.json
|
||||||
|
|
||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
|
# MacOS
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue