Last active
October 21, 2019 17:39
-
-
Save bazi/c7251ad453daa71a6bb427c0f46d0ff4 to your computer and use it in GitHub Desktop.
gitignore file for java projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target/ | |
logs/ | |
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
hs_err_pid* | |
# jetbrains related ignores | |
.idea/ | |
# netbeans related ignores | |
nbproject/ | |
build/ | |
nbbuild/ | |
dist/ | |
nbdist/ | |
nbactions.xml | |
nb-configuration.xml | |
.nb-gradle/ | |
# Eclipse | |
.classpath | |
.project | |
.settings/ | |
# macos | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment