From 6cf66b0c533ae3a15c2ff00991771d47d66164c8 Mon Sep 17 00:00:00 2001 From: Paulo Nascimento Date: Sat, 20 Mar 2021 17:42:44 -0300 Subject: [PATCH] Added more logs in when applied firewall rules --- .gitignore | 1 + .idea/.gitignore | 8 - .idea/aws.xml | 16 - .idea/codeStyles/Project.xml | 544 --------------------------- .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/kilo.iml | 14 - .idea/misc.xml | 6 - .idea/modules.xml | 8 - .idea/vcs.xml | 6 - 9 files changed, 1 insertion(+), 607 deletions(-) delete mode 100755 .idea/.gitignore delete mode 100755 .idea/aws.xml delete mode 100755 .idea/codeStyles/Project.xml delete mode 100755 .idea/codeStyles/codeStyleConfig.xml delete mode 100755 .idea/kilo.iml delete mode 100755 .idea/misc.xml delete mode 100755 .idea/modules.xml delete mode 100755 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index cd2418a..d8c9a40 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .push* bin/ tmp/ +/.idea/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100755 index 5ec7379..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/../../../../../../:\Users\Paulo\IdeaProjects\kilo\.idea/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/aws.xml b/.idea/aws.xml deleted file mode 100755 index 8e17318..0000000 --- a/.idea/aws.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100755 index 6b61059..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,544 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100755 index 52b8918..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/kilo.iml b/.idea/kilo.iml deleted file mode 100755 index 06305a4..0000000 --- a/.idea/kilo.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100755 index a994c69..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100755 index c294f54..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100755 index c8397c9..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file