mirror of
https://github.com/github/gitignore
synced 2025-02-16 23:54:13 +01:00
add maven output folder to gitignore; add Intellij IDEA & Eclipse metadata to gitignore
This commit is contained in:
parent
85d179675a
commit
8ce097cc2c
@ -4,3 +4,15 @@
|
|||||||
*.jar
|
*.jar
|
||||||
*.war
|
*.war
|
||||||
*.ear
|
*.ear
|
||||||
|
|
||||||
|
# Maven #
|
||||||
|
target
|
||||||
|
|
||||||
|
# Intellij IDEA #
|
||||||
|
out
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# Eclipse #
|
||||||
|
.project
|
||||||
|
.classpath
|
Loading…
x
Reference in New Issue
Block a user