mirror of
https://gitee.com/dromara/Raincat.git
synced 2024-12-03 12:29:08 +08:00
35 lines
379 B
Plaintext
35 lines
379 B
Plaintext
|
# Mobile Tools for Java (J2ME)
|
||
|
.mtj.tmp/
|
||
|
|
||
|
# Package Files #
|
||
|
*.jar
|
||
|
*.war
|
||
|
*.ear
|
||
|
|
||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||
|
hs_err_pid*
|
||
|
|
||
|
*~
|
||
|
|
||
|
# eclipse ignore
|
||
|
.settings
|
||
|
.project
|
||
|
.classpath
|
||
|
.tomcatplugin
|
||
|
logPath_IS_UNDEFINED
|
||
|
*.gz
|
||
|
disconf
|
||
|
|
||
|
# idea ignore
|
||
|
.idea
|
||
|
*.iml
|
||
|
|
||
|
# maven ignore
|
||
|
target
|
||
|
|
||
|
# other ignore
|
||
|
*.log
|
||
|
*.tmp
|
||
|
Thumbs.db
|
||
|
*.DS_Store
|