mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
19 lines
319 B
Plaintext
19 lines
319 B
Plaintext
node_modules
|
|
dist/
|
|
*.log
|
|
# user specific
|
|
cache/
|
|
local/
|
|
# debian build specific
|
|
deb-struct/usr/lib/
|
|
deb-struct/usr/bin/
|
|
deb-struct/usr/share/applications
|
|
# deply build binaries
|
|
deploy/linux/build
|
|
deploy/win32/build
|
|
deploy/darwin/build
|
|
# aur build specific
|
|
aur-struct/src
|
|
aur-struct/pkg
|
|
aur-struct/*.zip*
|
|
aur-struct/*.zst |