diff options
author | DemonWav <[email protected]> | 2016-04-01 22:55:54 -0500 |
---|---|---|
committer | DemonWav <[email protected]> | 2016-04-01 23:15:41 -0500 |
commit | 8b66d99e73cf865758e54b9a28d2abc04e912465 (patch) | |
tree | 1ec1cb6eab41bd8b1cc7e603904e413361c3500c /.gitignore | |
parent | cd3d8fb27e4a6717146bf7256f37034285a303d7 (diff) | |
download | Paper-8b66d99e73cf865758e54b9a28d2abc04e912465.tar.gz Paper-8b66d99e73cf865758e54b9a28d2abc04e912465.zip |
Cleanup and restructure the project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 658890931d..143c73b2a1 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,16 @@ build/ bin/ dist/ manifest.mf -work/ + +work/1.* +work/BuildData +work/Bukkit +work/CraftBukkit +work/Paperclip +work/Spigot +work/Spigot-Server +work/Spigot-API +work/*.jar # Mac filesystem dust .DS_Store/ @@ -37,15 +46,11 @@ work/ *~ # other stuff -Spigot-API -Spigot-Server + Paper-Server Paper-API PaperSpigot-Server PaperSpigot-API -Bukkit -CraftBukkit -Paperclip Paperclip.jar paperclip.jar paperclip-*.jar |