Update gitignore
This commit is contained in:
parent
84e82252df
commit
9a483b2a7f
1 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
# ---> Muistox
|
||||
media/
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
@ -186,6 +189,7 @@ cython_debug/
|
|||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
|
|
Loading…
Reference in a new issue