Made a deploy script for myself so had to add it to gitignore.

Also excluding the test post and using it as a template for later.
This commit is contained in:
lordtet 2026-03-30 19:26:10 -04:00
parent 4a5d71bc14
commit 4ac4bbb2f7
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
deploy.sh
node_modules/ node_modules/
_site/ _site/
.claude .claude