mirror of
https://github.com/barkeser2002/mcsleepingserverstarter.git
synced 2026-09-25 01:10:13 +03:00
75 lines
1.0 KiB
Plaintext
75 lines
1.0 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# IDE
|
|
.idea/*
|
|
*.iml
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/
|
|
bin/
|
|
|
|
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
!node_modules/minecraft-protocol-barkeser2002
|
|
!node_modules/confbox
|
|
|
|
# Game files
|
|
*.exe
|
|
*.jar
|
|
game/
|
|
runtime/
|
|
|
|
# Server files
|
|
world*/*
|
|
plugins/*
|
|
banned*.json
|
|
ops.json
|
|
usercache.json
|
|
whitelist.json
|
|
bukkit.yml
|
|
commands.yml
|
|
permissions.yml
|
|
permissions.json
|
|
help.yml
|
|
spigot.yml
|
|
server.properties
|
|
eula.txt
|
|
crash-reports/
|
|
|
|
# BedRock
|
|
config.yaml
|
|
|
|
# Spigot Build
|
|
Spigot/
|
|
|
|
# Paper
|
|
.console_history
|
|
version_history.json
|
|
paper*
|
|
|
|
# My lands
|
|
ViPiLand*/*
|
|
AFreshStart*/*
|
|
backups*/*
|
|
start.sh
|
|
start_screen.sh |