diff options
author | Aikar <[email protected]> | 2016-04-09 21:33:32 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2016-04-09 21:33:32 -0400 |
commit | 7079bd62445fc19dbe28ca739cdc4ae8bc0c9550 (patch) | |
tree | d099608ce03a1988510ec7805ed53d7c6d833762 /.gitignore | |
parent | e50e705520dd04c5aa331355e2b7862e4de2ab90 (diff) | |
download | Paper-7079bd62445fc19dbe28ca739cdc4ae8bc0c9550.tar.gz Paper-7079bd62445fc19dbe28ca739cdc4ae8bc0c9550.zip |
Add testserver command - quickly start a test server
This will help encourage testing with some widely used plugins
to help identify issues caused by changes before they are pushed.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 143c73b2a1..321af62064 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ work/Spigot work/Spigot-Server work/Spigot-API work/*.jar +work/test-server # Mac filesystem dust .DS_Store/ |