aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2024-02-24 15:11:16 -0600
committerChristian Hodgden <chrhodgden@gmail.com>2024-02-24 15:11:16 -0600
commitb15aac5968c1a47364bed89070d26a4c63459a59 (patch)
tree27cd7d34cf92f2ba26ac1c35feaa4e2a5394b592
parent3cfb48bd08ea3f7a15449bcf90271e2ce3d40274 (diff)
ignore vim .swp files
-rw-r--r--.gitignore3
-rw-r--r--notes/notes.txt4
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