mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
edit .gitignore
This commit is contained in:
parent
a68f3f82e6
commit
f14a78984a
24
.gitignore
vendored
24
.gitignore
vendored
|
|
@ -1,11 +1,27 @@
|
||||||
|
# ____ ____ ______ __ __ __ _____
|
||||||
|
# / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ /
|
||||||
|
# / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ <
|
||||||
|
# / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ /
|
||||||
|
#/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/
|
||||||
|
# German BOS Information Script
|
||||||
|
# by Bastian Schroll
|
||||||
|
|
||||||
|
log/
|
||||||
|
_docu/
|
||||||
|
|
||||||
|
|
||||||
|
# Coverage Report
|
||||||
|
\.coverage
|
||||||
|
|
||||||
|
# Python precompiled
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# PyCharm IDE
|
||||||
\.cache/
|
\.cache/
|
||||||
\.idea/
|
\.idea/
|
||||||
|
|
||||||
|
# Eclipse IDE (PyDev)
|
||||||
\.settings/
|
\.settings/
|
||||||
\.project
|
\.project
|
||||||
\.pydevproject
|
\.pydevproject
|
||||||
\.coverage
|
|
||||||
log/
|
|
||||||
|
|
||||||
_docu/
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue