From 6ea74ad6c63532a35d6742238ee6a5723a524959 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Wed, 11 Aug 2021 21:06:38 +0200 Subject: [PATCH] Added gitignores for IntelliJ-files --- .gitignore | 2 ++ .idea/ant.xml | 6 ++++++ .idea/misc.xml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .idea/ant.xml diff --git a/.gitignore b/.gitignore index b6cfdd8fa..c54d76870 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,8 @@ .idea/dictionaries .idea/vcs.xml .idea/jsLibraryMappings.xml +.idea/codeStyles/ +.idea/runConfigurations.xml # Sensitive or high-churn files: .idea/dataSources.ids diff --git a/.idea/ant.xml b/.idea/ant.xml new file mode 100644 index 000000000..a2a476982 --- /dev/null +++ b/.idea/ant.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 4b2505b75..bb67c0f2c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -46,7 +46,7 @@ - + \ No newline at end of file