From c1f209ef4f8846560938ed0c99fd690a0d8a0772 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 4 Aug 2020 15:32:34 +0300 Subject: [PATCH] .gitignore: Add target and others --- .gitignore | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 8da0824..861f45a 100644 --- a/.gitignore +++ b/.gitignore @@ -28,14 +28,14 @@ # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. -# .idea/artifacts -# .idea/compiler.xml -# .idea/jarRepositories.xml -# .idea/modules.xml -# .idea/*.iml -# .idea/modules -# *.iml -# *.ipr +.idea/artifacts +.idea/compiler.xml +.idea/jarRepositories.xml +.idea/modules.xml +.idea/*.iml +.idea/modules +*.iml +*.ipr # CMake cmake-build-*/ @@ -69,3 +69,5 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser + +target/