1
0
mirror of synced 2026-08-06 00:46:54 +00:00

Update .gitignore

Ignore project files created by Eclipse
This commit is contained in:
Mohsin Husen
2013-03-06 10:03:19 +00:00
parent 62618cb839
commit 6a52621dcc
+15 -4
View File
@@ -1,6 +1,17 @@
atlassian-ide-plugin.xml
## Ignore svn files
.svn
spring-data-elasticsearch.iml
spring-data-elasticsearch.ipr
spring-data-elasticsearch.iws
target
target
## Ignore project files created by Eclipse
.settings
.project
.classpath
## Ignore project files created by IntelliJ IDEA
*.iml
*.ipr
*.iws
.idea