diff --git a/.gitignore b/.gitignore index 44f84a923..055e94b5c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,12 +2,15 @@ players/* worlds/* plugins/* bin/* -.idea/* *.log *.txt *.phar server.properties +# Common IDEs +.idea/* +nbproject/* + # Windows image file caches Thumbs.db @@ -16,3 +19,4 @@ Desktop.ini # Mac crap .DS_Store +/nbproject/private/ \ No newline at end of file