diff --git a/.gitignore b/.gitignore index c62a91f5fa957607e2705c859d16c30ce334f132..292a94413c18e6fffc849505a7d5ca03e6dcea8b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ out/ .apt_generated .classpath .factorypath -#.project +.project .settings .springBeans .sts4-cache @@ -17,7 +17,7 @@ out/ ### IntelliJ IDEA ### .idea *.iws -#*.iml +*.iml *.ipr ### NetBeans ### diff --git a/.project b/.project deleted file mode 100644 index c99ffff53d9b5e9c25a25ed73714360369a2374f..0000000000000000000000000000000000000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ -<?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>