1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19:54:22 +01:00

add maven output folder to gitignore; add Intellij IDEA & Eclipse metadata to gitignore

This commit is contained in:
Benjamin Winterberg 2012-01-04 16:51:04 +01:00
parent 85d179675a
commit 8ce097cc2c

View File

@ -4,3 +4,15 @@
*.jar
*.war
*.ear
# Maven #
target
# Intellij IDEA #
out
.idea
*.iml
# Eclipse #
.project
.classpath