Back to Templates
Java .gitignore Template
Java projects with Maven and Gradle support
87K downloads
4.7/5.0
Updated 2024-01
.gitignore
25 lines# 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*
How to Use This Template
- Copy the template content above
 - Create a new file named 
.gitignorein your project root - Paste the content into the file
 - Customize the patterns for your specific project needs
 - Commit the .gitignore file to your repository