From ddd770e38cd50ee3912d4601977958c6436db210 Mon Sep 17 00:00:00 2001 From: bitscuit Date: Sat, 6 Mar 2021 15:13:58 +0100 Subject: [PATCH] Update .gitignore file to contain full .idea dir --- .gitignore | 1 + .idea/compiler.xml | 6 ++++++ .idea/copyright/GLP_v3_or_later.xml | 6 ++++++ .idea/copyright/profiles_settings.xml | 3 +++ 4 files changed, 16 insertions(+) create mode 100644 .idea/compiler.xml create mode 100644 .idea/copyright/GLP_v3_or_later.xml create mode 100644 .idea/copyright/profiles_settings.xml diff --git a/.gitignore b/.gitignore index 64f1954..50f0ed6 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,7 @@ hs_err_pid* /.idea/workspace.xml /.idea/navEditor.xml /.idea/assetWizardSettings.xml +.idea/ .DS_Store /build /captures diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/copyright/GLP_v3_or_later.xml b/.idea/copyright/GLP_v3_or_later.xml new file mode 100644 index 0000000..9cc8090 --- /dev/null +++ b/.idea/copyright/GLP_v3_or_later.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..d4f84b4 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file