From 1abb6592a3136e5a9cca9ae36a18229c5d7bdf82 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 21 Sep 2019 14:07:59 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- .gitignore | 1 + .../rootfs/root/pwnagotchi/scripts/.idea/.gitignore | 2 -- .../scripts/.idea/dictionaries/evilsocket.xml | 9 --------- .../.idea/inspectionProfiles/profiles_settings.xml | 6 ------ sdcard/rootfs/root/pwnagotchi/scripts/.idea/misc.xml | 4 ---- .../rootfs/root/pwnagotchi/scripts/.idea/modules.xml | 8 -------- .../rootfs/root/pwnagotchi/scripts/.idea/scripts.iml | 11 ----------- sdcard/rootfs/root/pwnagotchi/scripts/.idea/vcs.xml | 6 ------ 8 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 sdcard/rootfs/root/pwnagotchi/scripts/.idea/.gitignore delete mode 100644 sdcard/rootfs/root/pwnagotchi/scripts/.idea/dictionaries/evilsocket.xml delete mode 100644 sdcard/rootfs/root/pwnagotchi/scripts/.idea/inspectionProfiles/profiles_settings.xml delete mode 100644 sdcard/rootfs/root/pwnagotchi/scripts/.idea/misc.xml delete mode 100644 sdcard/rootfs/root/pwnagotchi/scripts/.idea/modules.xml delete mode 100644 sdcard/rootfs/root/pwnagotchi/scripts/.idea/scripts.iml delete mode 100644 sdcard/rootfs/root/pwnagotchi/scripts/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index 343bf0d9..488329d6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ _backups _emulation _utils config.laptop.yml +.idea diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/.gitignore b/sdcard/rootfs/root/pwnagotchi/scripts/.idea/.gitignore deleted file mode 100644 index 5c98b428..00000000 --- a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Default ignored files -/workspace.xml \ No newline at end of file diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/dictionaries/evilsocket.xml b/sdcard/rootfs/root/pwnagotchi/scripts/.idea/dictionaries/evilsocket.xml deleted file mode 100644 index 485496d9..00000000 --- a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/dictionaries/evilsocket.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - featurize - featurizer - logits - - - \ No newline at end of file diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/inspectionProfiles/profiles_settings.xml b/sdcard/rootfs/root/pwnagotchi/scripts/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2da..00000000 --- a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/misc.xml b/sdcard/rootfs/root/pwnagotchi/scripts/.idea/misc.xml deleted file mode 100644 index 65531ca9..00000000 --- a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/modules.xml b/sdcard/rootfs/root/pwnagotchi/scripts/.idea/modules.xml deleted file mode 100644 index bb83e262..00000000 --- a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/scripts.iml b/sdcard/rootfs/root/pwnagotchi/scripts/.idea/scripts.iml deleted file mode 100644 index 67116063..00000000 --- a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/scripts.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/vcs.xml b/sdcard/rootfs/root/pwnagotchi/scripts/.idea/vcs.xml deleted file mode 100644 index bc599707..00000000 --- a/sdcard/rootfs/root/pwnagotchi/scripts/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file