From ca3b0cd7a0aa4b73c123342c4e22771ed7b23e36 Mon Sep 17 00:00:00 2001 From: Lucas Hensel Date: Fri, 5 Apr 2019 08:56:09 +0200 Subject: [PATCH] changed .gitignore --- .gitignore | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 2b75303..c6201f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,19 @@ +# Eclipse +.classpath +.project +.settings/ + +# Intellij +.idea/ *.iml -.gradle -/local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml +*.iws + +# Mac .DS_Store -/build -/captures -.externalNativeBuild + +# Maven +log/ + +# Gradle +.gradle/ +gradle/ \ No newline at end of file