diff options
author | Zach Brown <[email protected]> | 2014-07-21 15:46:54 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2014-07-21 15:46:54 -0500 |
commit | 7b0c5767983a6c01291b76c3261e70819d5194a7 (patch) | |
tree | 0bf0b797d6c76dedbba350dbfba03ba70f70e5ef /.gitignore | |
parent | a6efcbe9932345bdd11e7f4dab830a582cae2229 (diff) | |
download | Paper-7b0c5767983a6c01291b76c3261e70819d5194a7.tar.gz Paper-7b0c5767983a6c01291b76c3261e70819d5194a7.zip |
Restructure PaperSpigot as a new set of modules
Allows us much greater control over the Spigot portion of the code
and makes us more "proper"
Credit to @Dmck2b for originally passing the idea along a while back
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index deab816f06..2b7c3a6f4a 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ manifest.mf # other stuff Spigot-API Spigot-Server +PaperSpigot-Server +PaperSpigot-API |