From 5f290b9cca79d4b47d70a7f537c1a0ea3826f3fa Mon Sep 17 00:00:00 2001 From: Falkreon Date: Thu, 4 Jul 2019 01:12:22 -0500 Subject: Initial port from 1.14.1 Cotton to 1.14.3 standalone --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9563893..d30af90 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ build/ out/ classes/ +private.gradle + # idea .idea/ @@ -20,6 +22,10 @@ bin/ .classpath .project +# naughty filesystems + +.directory + # fabric run/ \ No newline at end of file -- cgit