From b32824df66fc5f7a0dd44160430835e14b24b4d1 Mon Sep 17 00:00:00 2001 From: liuwenlong Date: Mon, 22 Jul 2024 00:23:37 +0800 Subject: [PATCH] Add .idea to .gitignore --- .gitignore | 1 + .idea/.gitignore | 8 -------- .idea/codeStyles/codeStyleConfig.xml | 5 ----- .idea/modules.xml | 8 -------- .idea/useragent.iml | 9 --------- .idea/vcs.xml | 6 ------ 6 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/useragent.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 8078d86..b8960c6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ user_agents.txt ua2.go settings.json benchmarks.txt +.idea \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a1..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index b85bfeb..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/useragent.iml b/.idea/useragent.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/useragent.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file