update
This commit is contained in:
parent
ad2ba7aec5
commit
d88e95b3c6
45
.gitignore
vendored
45
.gitignore
vendored
|
|
@ -1,22 +1,23 @@
|
||||||
# maven #
|
# maven #
|
||||||
target
|
target
|
||||||
|
|
||||||
logs
|
logs
|
||||||
|
|
||||||
# windows #
|
# windows #
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# Mac #
|
# Mac #
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# eclipse #
|
# eclipse #
|
||||||
.project
|
.settings
|
||||||
.classpath
|
.project
|
||||||
.log
|
.classpath
|
||||||
*.class
|
.log
|
||||||
|
*.class
|
||||||
# Package Files #
|
|
||||||
*.jar
|
# Package Files #
|
||||||
*.war
|
*.jar
|
||||||
*.ear
|
*.war
|
||||||
/target
|
*.ear
|
||||||
|
/target
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user