Skip to content
Snippets Groups Projects
Commit 9f96b671 authored by Peter Hertkorn's avatar Peter Hertkorn
Browse files

Modify gitignore

parent e0989d34
No related merge requests found
...@@ -9,7 +9,7 @@ out/ ...@@ -9,7 +9,7 @@ out/
.apt_generated .apt_generated
.classpath .classpath
.factorypath .factorypath
#.project .project
.settings .settings
.springBeans .springBeans
.sts4-cache .sts4-cache
...@@ -17,7 +17,7 @@ out/ ...@@ -17,7 +17,7 @@ out/
### IntelliJ IDEA ### ### IntelliJ IDEA ###
.idea .idea
*.iws *.iws
#*.iml *.iml
*.ipr *.ipr
### NetBeans ### ### NetBeans ###
......
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>entwurfsmuster</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment