From a05683c8b2c8752e68db25f1495bcf6d8c9f05cf Mon Sep 17 00:00:00 2001 From: mattebit Date: Thu, 31 Aug 2023 13:48:47 +0200 Subject: [PATCH] updated gitignore --- .gitignore => tool/.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename .gitignore => tool/.gitignore (96%) diff --git a/.gitignore b/tool/.gitignore similarity index 96% rename from .gitignore rename to tool/.gitignore index 8a8471c..4ac0fc7 100644 --- a/.gitignore +++ b/tool/.gitignore @@ -52,6 +52,9 @@ cmake-build-*/ # IntelliJ out/ +# Build files +target/ + # mpeltonen/sbt-idea plugin .idea_modules/ @@ -74,6 +77,4 @@ fabric.properties .idea/httpRequests # Android studio 3.1+ serialized cache file -.idea/caches/build_file_checksums.ser - -/tool/target/* \ No newline at end of file +.idea/caches/build_file_checksums.ser \ No newline at end of file