From f9f2ab4753fc65fd0cd6bf22f7c8acab048f2530 Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Mon, 24 Jun 2024 03:50:29 -0700 Subject: [PATCH] update: add ignores for gedit autosave files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index dfe0259..491d239 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ spike/ # If you're building an application, you may want to check-in your pubspec.lock pubspec.lock +# Ignore autosave files +README.md~ + # Directory created by dartdoc # If you don't generate documentation locally you can remove this line. doc/api/ @@ -23,3 +26,5 @@ doc/api/ *.js_ *.js.deps *.js.map + +.gitignore~