mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 14:17:33 +00:00
37 lines
395 B
Plaintext
37 lines
395 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
/logs/
|
|
*/logs/
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# IDEA ide files
|
|
/.idea/
|
|
*.iml
|
|
|
|
# maven build directory
|
|
target/
|
|
|
|
# Test run directory
|
|
/test/
|
|
*/test/
|