Removed eclipse settings.
This commit is contained in:
parent
c23d14522f
commit
2872143028
130 changed files with 175 additions and 982 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -7,6 +7,10 @@
|
|||
*/target
|
||||
*/*/target
|
||||
*/*/*/target
|
||||
*/*/*/*/target
|
||||
|
||||
# Inore some artifact dirs;
|
||||
vasc-demo/vasc-demo-tech/vasc-demo-tech-ui/tomcat.*
|
||||
|
||||
# Ignore leftovers of really failed release build
|
||||
release.properties
|
||||
|
|
@ -21,12 +25,21 @@ pom.xml.versionsBackup
|
|||
|
||||
# Ignore C/java/images binary files
|
||||
*.o
|
||||
*.so
|
||||
*.dll
|
||||
*.hex
|
||||
*.dat
|
||||
*.bmp
|
||||
*.gif
|
||||
*.pdf
|
||||
|
||||
# Ignore ~ backup files.
|
||||
*~
|
||||
|
||||
# Ignore some eclipse files
|
||||
##.settings
|
||||
##.classpath
|
||||
|
||||
# Ignore netbeans directory
|
||||
nbproject
|
||||
|
||||
|
|
@ -37,6 +50,3 @@ nbproject
|
|||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Ignore auto eclipse plugins settings
|
||||
org.eclipse.wst.common.component
|
||||
org.eclipse.wst.common.project.facet.core.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue