From ef7bb13422b9a8bde469fa5d2e97772efd065340 Mon Sep 17 00:00:00 2001 From: Humenius Date: Wed, 3 Jun 2020 09:43:01 +0200 Subject: [PATCH] Add root .idea folder for module recognition --- .gitignore | 6 ------ .idea/$CACHE_FILE$ | 6 ++++++ .idea/.gitignore | 8 ++++++++ .idea/codeStyles/Project.xml | 10 ++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/dhbw-compilerbau.iml | 9 +++++++++ .idea/libraries/antlr_3_5_2_complete.xml | 9 +++++++++ .idea/libraries/jflex_1_6_1.xml | 9 +++++++++ .idea/libraries/lib.xml | 10 ++++++++++ .idea/libraries/lib1.xml | 10 ++++++++++ .idea/libraries/lib2.xml | 10 ++++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 12 ++++++++++++ .idea/runConfigurations/Run_Antlr_builder.xml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ 15 files changed, 119 insertions(+), 6 deletions(-) create mode 100644 .idea/$CACHE_FILE$ create mode 100644 .idea/.gitignore create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/dhbw-compilerbau.iml create mode 100644 .idea/libraries/antlr_3_5_2_complete.xml create mode 100644 .idea/libraries/jflex_1_6_1.xml create mode 100644 .idea/libraries/lib.xml create mode 100644 .idea/libraries/lib1.xml create mode 100644 .idea/libraries/lib2.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/runConfigurations/Run_Antlr_builder.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index a506433..d88683b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,6 @@ # IntelliJ folders -**/.idea/ **/.out/ /.out/ -# Exclude run configuration -!/.idea/runConfiguration - -# IntelliJ files -**/*.iml # Java Compiler output **/bin/ diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ new file mode 100644 index 0000000..bfe6214 --- /dev/null +++ b/.idea/$CACHE_FILE$ @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..664f8f1 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/dhbw-compilerbau.iml b/.idea/dhbw-compilerbau.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/dhbw-compilerbau.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/antlr_3_5_2_complete.xml b/.idea/libraries/antlr_3_5_2_complete.xml new file mode 100644 index 0000000..3cd6146 --- /dev/null +++ b/.idea/libraries/antlr_3_5_2_complete.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/jflex_1_6_1.xml b/.idea/libraries/jflex_1_6_1.xml new file mode 100644 index 0000000..1aa5664 --- /dev/null +++ b/.idea/libraries/jflex_1_6_1.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/lib.xml b/.idea/libraries/lib.xml new file mode 100644 index 0000000..f890f5c --- /dev/null +++ b/.idea/libraries/lib.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/lib1.xml b/.idea/libraries/lib1.xml new file mode 100644 index 0000000..ff35171 --- /dev/null +++ b/.idea/libraries/lib1.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/lib2.xml b/.idea/libraries/lib2.xml new file mode 100644 index 0000000..6a8d21c --- /dev/null +++ b/.idea/libraries/lib2.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a7ec339 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..91a2701 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Antlr_builder.xml b/.idea/runConfigurations/Run_Antlr_builder.xml new file mode 100644 index 0000000..47bff95 --- /dev/null +++ b/.idea/runConfigurations/Run_Antlr_builder.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file