From 121dc2ad150b31e293e421615dc40bd22617b976 Mon Sep 17 00:00:00 2001 From: Julian Qian Date: Sun, 5 Nov 2017 07:56:49 -0800 Subject: [PATCH] update .gitignore for gradle and intellij --- .gitignore | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fa6e2b9..3f1ce4e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,9 +11,35 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -# for mac +# Ignore OS X Desktop Services store .DS_Store +**/.DS_Store +.tddium* +**/*~ + +# intellij .idea +*.iml +*.ipr +*.iws +**/*.iml +out/ +.classpath +**/.classpath +.project +**/.project +.settings/ +**/.settings/ + +# Gradle +.gradle/ +**/.gradle/ +**/.gradletasknamecache +build/ +**/build/ +classes + + # for python virtual env .env/