summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTrainDoctor <11465594+TrainDoctor@users.noreply.github.com>2023-06-03 07:42:27 -0700
committerGitHub <noreply@github.com>2023-06-03 07:42:27 -0700
commite0ec175d16156f50b87374c14d8c9ee9f2c613a0 (patch)
tree1f363df3d602ed4729774582d6ef85e1a29745e6 /.gitignore
parentecb45e71f1123f13ef29c06b71ee6c0a4e193e19 (diff)
downloaddecky-bazzite-buddy-e0ec175d16156f50b87374c14d8c9ee9f2c613a0.tar.gz
decky-bazzite-buddy-e0ec175d16156f50b87374c14d8c9ee9f2c613a0.zip
Global dfl (#24)
* Initial global DFL support * Update DFL * Remove unmaintained makefile * Move to CLI * Properly extract zip files! --------- Co-authored-by: AAGaming <aa@mail.catvibers.me>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b3a0df9..d384256 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,10 @@ backend/out
# Make sure to ignore any instance of the loader's decky_plugin.py
decky_plugin.py
+
+# Ignore decky CLI for building plugins
+out
+out/*
+cli/
+cli/*
+cli/decky