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:
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