From b15aac5968c1a47364bed89070d26a4c63459a59 Mon Sep 17 00:00:00 2001 From: Christian Hodgden Date: Sat, 24 Feb 2024 15:11:16 -0600 Subject: ignore vim .swp files --- .gitignore | 3 ++- notes/notes.txt | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c0cee36..08e57f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.db *.db-journal *demo* -*test* \ No newline at end of file +*test* +*.swp diff --git a/notes/notes.txt b/notes/notes.txt index f245cb6..3abc407 100644 --- a/notes/notes.txt +++ b/notes/notes.txt @@ -1 +1,3 @@ -demo note from github ios \ No newline at end of file +demo note from github ios + +demo new note -- cgit v1.2.3