added git ignore

This commit is contained in:
Jeremy Long
2013-08-06 20:05:49 -04:00
parent 0d9eeac9b7
commit 3d8da346b2

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
*/target/**
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Eclipse project files
.classpath
.project
# Netbeans configuration
nb-configuration.xml
/target/
#maven-shade-plugin generated pom
dependency-reduced-pom.xml