From fc0e5ecd3b60bd5c3d019917dd66c45bb740d6cb Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 31 Aug 2018 17:46:12 +0200 Subject: [PATCH] Ignore : add other shared files in index --- .gitignore | 2 + .idea/codeStyles/Project.xml | 37 +++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++ .idea/inspectionProfiles/Combodo.xml | 19 ++++++++++ .idea/inspectionProfiles/Project_Default.xml | 19 ++++++++++ .../inspectionProfiles/profiles_settings.xml | 7 ++++ 6 files changed, 89 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/inspectionProfiles/Combodo.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.gitignore b/.gitignore index 80a7b65d6..f416fd47e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,9 @@ env-*/* # Jetbrains .idea/** !.idea/encodings.xml +!.idea/codeStyles !.idea/codeStyles/* +!.idea/inspectionProfiles !.idea/inspectionProfiles/* diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 000000000..5a8b91ac8 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,37 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 000000000..307554b77 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Combodo.xml b/.idea/inspectionProfiles/Combodo.xml new file mode 100644 index 000000000..335715cff --- /dev/null +++ b/.idea/inspectionProfiles/Combodo.xml @@ -0,0 +1,19 @@ + + + + \ 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 000000000..b9013fdbd --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 000000000..408277a96 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file