mirror of
https://github.com/github/gitignore.git
synced 2025-02-22 06:04:54 +08:00
These files are commonly found when using Windows and/or VSCode and should not generally be checked in by default. They are typically large and cause upload problems.
29 lines
328 B
Plaintext
29 lines
328 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.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*
|
|
replay_pid*
|
|
|
|
# Microsoft/VSCode files
|
|
*.dll
|
|
*.pdb
|