From 1690641551220ed45a3ce31ff3e01a890584e019 Mon Sep 17 00:00:00 2001 From: Michael Uhl Date: Sun, 9 Dec 2018 10:49:46 +0100 Subject: [PATCH] Updated *.gitignore for IntelliJ settings. --- JavaCompilerPlugin/.gitignore | 2 ++ JavaCompilerPlugin/bundles/.gitignore | 3 +++ .../bundles/JavaCompilerPlugin.Plugin/.gitignore | 1 + JavaCompilerPlugin/features/.gitignore | 3 +++ .../features/JavaCompilerPlugin.Feature/.gitignore | 1 + JavaCompilerPlugin/releng/.gitignore | 3 +++ JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/.gitignore | 2 ++ JavaCompilerPlugin/releng/JavaCompilerPlugin.Update/.gitignore | 2 ++ 8 files changed, 17 insertions(+) create mode 100644 JavaCompilerPlugin/bundles/.gitignore create mode 100644 JavaCompilerPlugin/features/.gitignore create mode 100644 JavaCompilerPlugin/releng/.gitignore create mode 100644 JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/.gitignore diff --git a/JavaCompilerPlugin/.gitignore b/JavaCompilerPlugin/.gitignore index d4111ff..adeb280 100644 --- a/JavaCompilerPlugin/.gitignore +++ b/JavaCompilerPlugin/.gitignore @@ -1,2 +1,4 @@ /.settings/ /target/ +/.idea/ +*.iml diff --git a/JavaCompilerPlugin/bundles/.gitignore b/JavaCompilerPlugin/bundles/.gitignore new file mode 100644 index 0000000..0ce4448 --- /dev/null +++ b/JavaCompilerPlugin/bundles/.gitignore @@ -0,0 +1,3 @@ +/.settings/ +*.project +*.iml diff --git a/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/.gitignore b/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/.gitignore index ecd8875..73d3b56 100644 --- a/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/.gitignore +++ b/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/.gitignore @@ -1,3 +1,4 @@ /target/ /.settings/ /bin/ +*.iml diff --git a/JavaCompilerPlugin/features/.gitignore b/JavaCompilerPlugin/features/.gitignore new file mode 100644 index 0000000..0ce4448 --- /dev/null +++ b/JavaCompilerPlugin/features/.gitignore @@ -0,0 +1,3 @@ +/.settings/ +*.project +*.iml diff --git a/JavaCompilerPlugin/features/JavaCompilerPlugin.Feature/.gitignore b/JavaCompilerPlugin/features/JavaCompilerPlugin.Feature/.gitignore index b83d222..01f9e3e 100644 --- a/JavaCompilerPlugin/features/JavaCompilerPlugin.Feature/.gitignore +++ b/JavaCompilerPlugin/features/JavaCompilerPlugin.Feature/.gitignore @@ -1 +1,2 @@ /target/ +*.iml diff --git a/JavaCompilerPlugin/releng/.gitignore b/JavaCompilerPlugin/releng/.gitignore new file mode 100644 index 0000000..319dda5 --- /dev/null +++ b/JavaCompilerPlugin/releng/.gitignore @@ -0,0 +1,3 @@ +/.settings/ +*.iml +*.project diff --git a/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/.gitignore b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/.gitignore new file mode 100644 index 0000000..9ead5fd --- /dev/null +++ b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Target/.gitignore @@ -0,0 +1,2 @@ +/.settings/ +*.project diff --git a/JavaCompilerPlugin/releng/JavaCompilerPlugin.Update/.gitignore b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Update/.gitignore index b83d222..957990e 100644 --- a/JavaCompilerPlugin/releng/JavaCompilerPlugin.Update/.gitignore +++ b/JavaCompilerPlugin/releng/JavaCompilerPlugin.Update/.gitignore @@ -1 +1,3 @@ /target/ +/.settings/ +*.project