summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-06-27 11:46:47 +0300
committerAAGaming <aagaming@riseup.net>2024-06-29 16:53:57 -0400
commit5697d98862efa81a8ad3651e9ef68d754a58ea90 (patch)
treed131979bb50d60dbeecf4699e5c0582d5bca400e /.gitignore
parent6cd4fb5553e4e0cb89834743286ec91fa8a02731 (diff)
downloaddecky-loader-5697d98862efa81a8ad3651e9ef68d754a58ea90.tar.gz
decky-loader-5697d98862efa81a8ad3651e9ef68d754a58ea90.zip
treewide: fix package structure
The static files need to be inside the module to be installed correctly as part of the module.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2b0cc95e..f9a954e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -153,7 +153,7 @@ dmypy.json
cython_debug/
# static files are built
-backend/static
+backend/decky_loader/static
# ignore settings.json
# prevents leaking login details