Posts

Showing posts from May, 2015

Gitignore If Using Maven, Netbeans, and JAVA

Here i want to share my expierence about using git. If you store your source code in git in particular using IDE or Maven. You need to discard some files which are the result of genereted build program. This is that you have to store in your .gitignore file.