Skip to content

Instantly share code, notes, and snippets.

@hahn
Created June 14, 2017 22:36
Show Gist options
  • Save hahn/94dc895a7dacbad9244dce462526e0d0 to your computer and use it in GitHub Desktop.
Save hahn/94dc895a7dacbad9244dce462526e0d0 to your computer and use it in GitHub Desktop.
berkas .gitignore untuk proyek berbasis Netbeans
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