mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-11-05 18:19:29 +08:00
28 lines
188 B
Plaintext
28 lines
188 B
Plaintext
|
# maven #
|
||
|
target
|
||
|
|
||
|
logs
|
||
|
|
||
|
# windows #
|
||
|
Thumbs.db
|
||
|
|
||
|
# Mac #
|
||
|
.DS_Store
|
||
|
|
||
|
# eclipse #
|
||
|
.settings
|
||
|
.project
|
||
|
.classpath
|
||
|
.log
|
||
|
*.class
|
||
|
|
||
|
# idea #
|
||
|
.idea
|
||
|
*.iml
|
||
|
|
||
|
# Package Files #
|
||
|
*.jar
|
||
|
*.war
|
||
|
*.ear
|
||
|
/target
|