From 3288ce7f9e6e9cd24d28a6d31d1fce1fadea3169 Mon Sep 17 00:00:00 2001 From: Steven Lee Date: Thu, 8 Aug 2024 20:11:59 +1000 Subject: [PATCH] further trim down comment in .gitignore --- .gitignore | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index c4b638c4..e1536ffa 100644 --- a/.gitignore +++ b/.gitignore @@ -39,26 +39,14 @@ src/notes .qmake.stash -# For CLion +### Clion ### .idea/ - -# CMake cmake-build-*/ - -# File-based project format *.iws - -# IntelliJ out/ - -# mpeltonen/sbt-idea plugin .idea_modules/ - -# JIRA plugin atlassian-ide-plugin.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties @@ -66,14 +54,6 @@ fabric.properties ### VisualStudioCode ### .vscode/* - -# Local History for Visual Studio Code -.history/ - -# Built Visual Studio Code Extensions *.vsix - -### VisualStudioCode Patch ### -# Ignore all local history of files .history .ionide \ No newline at end of file