Initial commit
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# World data (contains player and world information)
|
||||
world/
|
||||
worlds/
|
||||
|
||||
# Log files
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Server generated files
|
||||
banned-players.json
|
||||
usercache.json
|
||||
usernamecache.json
|
||||
ops.json
|
||||
whitelist.json
|
||||
server.properties
|
||||
|
||||
# Backup folders
|
||||
simplebackups/
|
||||
|
||||
# Local configuration files
|
||||
rhino.local.properties
|
||||
*.local.properties
|
||||
|
||||
# Libraries and runtime files
|
||||
libraries/
|
||||
forge-*.jar
|
||||
forge-*-installer.jar
|
||||
|
||||
# Generated data folders
|
||||
local/
|
||||
Reference in New Issue
Block a user