mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-19 17:36:34 +00:00
Added entry on .gitignore for Netbeans
This commit is contained in:
parent
a2536ed308
commit
f71f10da0b
6
.gitignore
vendored
6
.gitignore
vendored
@ -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/
|
Loading…
x
Reference in New Issue
Block a user