Commit a1f507c

HPCesia <me@hpcesia.com>
2025-05-18 15:36:42
feat: update .gitignore
include Obsidian and Syncthing files
1 parent 7e35a33
Changed files (2)
src/content/.gitignore
@@ -0,0 +1,7 @@
+# Obsidian files
+.obsidian/
+
+# Syncthing files
+.stfolder/
+.stversions/
+.stignore
\ No newline at end of file
.gitignore
@@ -26,7 +26,4 @@ pnpm-debug.log*
 # lock files
 package-lock.json
 yarn.lock
-pnpm-lock.yaml
-
-# Obsidian files
-.obsidian/
\ No newline at end of file
+pnpm-lock.yaml
\ No newline at end of file