Created
June 14, 2017 22:36
-
-
Save hahn/94dc895a7dacbad9244dce462526e0d0 to your computer and use it in GitHub Desktop.
berkas .gitignore untuk proyek berbasis Netbeans
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
build/* | |
nbproject/private/ | |
build/ | |
nbbuild/ | |
dist/ | |
nbdist/ | |
.nb-gradle/ | |
# Compiled class file | |
*.class | |
# Log file | |
*.log | |
# BlueJ files | |
*.ctxt | |
# Mobile Tools for Java (J2ME) | |
.mtj.tmp/ | |
# Package Files # | |
*.jar | |
*.war | |
*.ear | |
*.zip | |
*.tar.gz | |
*.rar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment