From 3c0e4c48f2a4460ba8670d640eadc425b54c68de Mon Sep 17 00:00:00 2001 From: Sefinek Date: Thu, 31 Oct 2024 20:58:32 +0100 Subject: [PATCH] .idea --- .gitignore | 1 - .idea/.gitignore | 3 +++ .idea/Node-Cloudflare-WAF-AbuseIPDB.iml | 12 ++++++++++++ .idea/discord.xml | 14 ++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ .idea/jsLibraryMappings.xml | 6 ++++++ .idea/jsLinters/eslint.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 9 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/Node-Cloudflare-WAF-AbuseIPDB.iml create mode 100644 .idea/discord.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/jsLinters/eslint.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index ec7dd75..0724280 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.idea node_modules .env reported_ips.csv \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Node-Cloudflare-WAF-AbuseIPDB.iml b/.idea/Node-Cloudflare-WAF-AbuseIPDB.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/Node-Cloudflare-WAF-AbuseIPDB.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml new file mode 100644 index 0000000..912db82 --- /dev/null +++ b/.idea/discord.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..d23208f --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jsLinters/eslint.xml b/.idea/jsLinters/eslint.xml new file mode 100644 index 0000000..58b9bad --- /dev/null +++ b/.idea/jsLinters/eslint.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..77456cf --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file