From 87d99eb0d7c884136e742164046ee4b14b069c15 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 29 May 2019 11:01:25 -0700 Subject: [PATCH] Revert addition of IDE file ignores. Added a note to (hopefully) avoid this issue in the future. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9915552..e414636 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +# NOTE: do not add ignores for IDE files. You can put those in .git/info/excludes in your +# personal checkout of this code, I do not want this file to contain the union of all +# possible ignores for all possible IDEs. /*/target/ /target/ core/src/main/java/com/threerings/getdown/data/Build.java -*.iml