From df21cead3b592f74e733446b58f20cbbbf4e769b Mon Sep 17 00:00:00 2001 From: liameno Date: Wed, 13 Jul 2022 11:39:58 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 56 +++--------------------------------------------------- 1 file changed, 3 insertions(+), 53 deletions(-) diff --git a/.gitignore b/.gitignore index 236c9ac..8cd1538 100644 --- a/.gitignore +++ b/.gitignore @@ -1,64 +1,14 @@ -# User-specific stuff .idea -.idea/** -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf -**/.idea/** +.run -# AWS User-specific -.idea/**/aws.xml - -# Generated files -.idea/**/contentModel.xml - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml - -# Gradle -.idea/**/gradle.xml -.idea/**/libraries - -# CMake cmake-build-*/ +CMakeFiles build/ -cmake-build-*/* -build/* -# Mongo Explorer plugin -.idea/**/mongoSettings.xml - -# File-based project format *.iws - -# IntelliJ out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties -fabric.properties - -# Editor-based Rest Client -.idea/httpRequests - -# Android studio 3.1+ serialized cache file -.idea/caches/build_file_checksums.ser \ No newline at end of file +fabric.properties \ No newline at end of file