From b8f23770f72afcad61e1aa9b0980844b36df1f80 Mon Sep 17 00:00:00 2001 From: Eric Bottard Date: Fri, 14 Aug 2015 17:10:30 +0200 Subject: [PATCH] Check in copyright settings --- .gitignore | 3 ++- .idea/copyright/ASF.xml | 6 ++++++ .idea/copyright/profiles_settings.xml | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .idea/copyright/ASF.xml create mode 100644 .idea/copyright/profiles_settings.xml diff --git a/.gitignore b/.gitignore index a8ac70c4c..aca27e181 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,8 @@ _site/ *.iml *.ipr *.iws -.idea +.idea/* +!.idea/copyright/ .factorypath spring-xd-samples/*/xd dump.rdb diff --git a/.idea/copyright/ASF.xml b/.idea/copyright/ASF.xml new file mode 100644 index 000000000..0072c5489 --- /dev/null +++ b/.idea/copyright/ASF.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 000000000..a3afb3455 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file