mirror of
https://github.com/github/gitignore.git
synced 2025-02-22 22:24:54 +08: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
|
||||
*.war
|
||||
*.ear
|
||||
|
||||
# Maven #
|
||||
target
|
||||
|
||||
# Intellij IDEA #
|
||||
out
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Eclipse #
|
||||
.project
|
||||
.classpath
|
Loading…
Reference in New Issue
Block a user