diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-02-24 15:11:16 -0600 |
---|---|---|
committer | Christian Hodgden <chrhodgden@gmail.com> | 2024-02-24 15:11:16 -0600 |
commit | b15aac5968c1a47364bed89070d26a4c63459a59 (patch) | |
tree | 27cd7d34cf92f2ba26ac1c35feaa4e2a5394b592 | |
parent | 3cfb48bd08ea3f7a15449bcf90271e2ce3d40274 (diff) |
ignore vim .swp files
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | notes/notes.txt | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -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 |