Merge branch 'develop' of github.com:Pterodactyl/wings into develop

# Conflicts:
#	api/api.go
#	api/core_routes.go
#	api/handlers_server.go
#	api/routes_server.go
#	config.example.json
#	utils/logging.go
This commit is contained in:
Jakob Schrettenbrunner
2017-10-01 20:59:32 +02:00
16 changed files with 94 additions and 162 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,7 @@
*.dll
*.so
*.dylib
.idea/*
# Test binary, build with `go test -c`
*.test
@@ -20,7 +21,7 @@
/logs/*
# ignore configuration file
/config.json
/config.yml
# Ignore Vagrant stuff
/.vagrant