what should be in .gitignore file for a netbeans java project?

thuaso picture thuaso · Apr 6, 2010 · Viewed 51.7k times · Source

What should be the content of the .gitignore file for a java project in netbeans?

Answer

mono68 picture mono68 · Oct 7, 2011
# NetBeans specific #
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml

# Class Files #
*.class

# Package Files #
*.jar
*.war
*.ear