Skip to content

Instantly share code, notes, and snippets.

@wetory
Last active February 27, 2020 10:41
Show Gist options
  • Save wetory/62b83d4c2f7da67a2941d09a88fd7a5d to your computer and use it in GitHub Desktop.
Save wetory/62b83d4c2f7da67a2941d09a88fd7a5d to your computer and use it in GitHub Desktop.
Example of .gitignore for projects within NetBeans IDE
# ignore NetBeans project internal stuff
**/nbproject/private/
**/nbproject/Makefile-*.mk
**/nbproject/Package-*.bash
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment