diff --git a/.gitignore b/.gitignore index 867345c1..05397e71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,28 @@ -*.ipr -*.iws -*.iml +*# +#~ + +*.jar *.hsp -.idea -out/ - -build/ -.gradle/ - +.attach_pid* .classpath +.factorypath +.git-hooks/ +.gradle +.metadata .project -.settings/ -bin/ \ No newline at end of file +.recommenders +.settings +.springBeans +.sts4-cache +.vscode + +bin +build +data +out + +!/**/src/**/bin +!/**/src/**/build + +build.log diff --git a/spring-ws-core/.gitignore b/spring-ws-core/.gitignore deleted file mode 100644 index 27399402..00000000 --- a/spring-ws-core/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -target -*.iml -.classpath -.project -.settings - diff --git a/spring-ws-security/.gitignore b/spring-ws-security/.gitignore deleted file mode 100644 index 27399402..00000000 --- a/spring-ws-security/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -target -*.iml -.classpath -.project -.settings - diff --git a/spring-ws-support/.gitignore b/spring-ws-support/.gitignore deleted file mode 100644 index e65da4b5..00000000 --- a/spring-ws-support/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -target -*.iml -.classpath -.project -.settings -data diff --git a/spring-ws-test/.gitignore b/spring-ws-test/.gitignore deleted file mode 100644 index 27399402..00000000 --- a/spring-ws-test/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -target -*.iml -.classpath -.project -.settings - diff --git a/spring-xml/.gitignore b/spring-xml/.gitignore deleted file mode 100644 index 27399402..00000000 --- a/spring-xml/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -target -*.iml -.classpath -.project -.settings -