Added entry on .gitignore for Netbeans

This commit is contained in:
Shoghi Cervantes 2014-04-03 01:14:59 +02:00
parent a2536ed308
commit f71f10da0b

6
.gitignore vendored
View File

@ -2,12 +2,15 @@ players/*
worlds/* worlds/*
plugins/* plugins/*
bin/* bin/*
.idea/*
*.log *.log
*.txt *.txt
*.phar *.phar
server.properties server.properties
# Common IDEs
.idea/*
nbproject/*
# Windows image file caches # Windows image file caches
Thumbs.db Thumbs.db
@ -16,3 +19,4 @@ Desktop.ini
# Mac crap # Mac crap
.DS_Store .DS_Store
/nbproject/private/