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