mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-29 19:24:34 +01:00
Update .gitignore
This commit is contained in:
parent
630752cfa6
commit
35bace1a5c
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
src/__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
@ -142,10 +143,11 @@ cython_debug/
|
|||||||
|
|
||||||
# Spotify Credentials
|
# Spotify Credentials
|
||||||
credentials.json
|
credentials.json
|
||||||
|
src/credentials.json
|
||||||
|
|
||||||
#Download Folder
|
#Download Folder
|
||||||
ZSpotify\ Music/
|
ZSpotify\ Music/
|
||||||
ZSpotify\ Podcasts/
|
ZSpotify\ Podcasts/
|
||||||
|
|
||||||
# Intellij
|
# Intellij
|
||||||
.idea
|
.idea
|
||||||
|
Loading…
Reference in New Issue
Block a user