mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
41 lines
419 B
Plaintext
41 lines
419 B
Plaintext
players/*
|
|
worlds/*
|
|
plugins/*
|
|
bin*/*
|
|
timings/*
|
|
crashdumps/*
|
|
*.log
|
|
*.txt
|
|
*.phar
|
|
server.properties
|
|
/pocketmine.yml
|
|
memory_dumps/*
|
|
resource_packs/
|
|
|
|
# Common IDEs
|
|
.idea/
|
|
nbproject/*
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Mac crap
|
|
.DS_Store
|
|
/nbproject/private/
|
|
|
|
# Sphinx-doc
|
|
/docs/build/
|
|
!/docs/requirements.txt
|
|
|
|
# Composer
|
|
vendor/*
|
|
|
|
# Travis files
|
|
test_data/*
|
|
|
|
# Doxygen
|
|
Documentation/*
|