From e0ec175d16156f50b87374c14d8c9ee9f2c613a0 Mon Sep 17 00:00:00 2001 From: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Date: Sat, 3 Jun 2023 07:42:27 -0700 Subject: Global dfl (#24) * Initial global DFL support * Update DFL * Remove unmaintained makefile * Move to CLI * Properly extract zip files! --------- Co-authored-by: AAGaming --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3