diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 321af62064..a8596ddd67 100644 --- a/.gitignore +++ b/.gitignore @@ -42,11 +42,13 @@ work/test-server *.ipr *.iws .idea/ +out/ # Linux temp files *~ # other stuff +run/ Paper-Server Paper-API @@ -55,4 +57,4 @@ PaperSpigot-API Paperclip.jar paperclip.jar paperclip-*.jar -paperclip.properties
\ No newline at end of file +paperclip.properties |