chore: initial repository setup

This commit is contained in:
Daniel LaForce 2025-04-19 22:41:53 +00:00
commit 961b1f1e8b
2 changed files with 20 additions and 0 deletions

14
.gitattributes vendored Normal file
View File

@ -0,0 +1,14 @@
# Handle symbolic links as real content
# Treat directories as regular even if symlinked
public/blog/configs/ -symlink
public/blog/images/ -symlink
public/blog/infrastructure/ -symlink
public/blog/posts/ -symlink
src/content/posts/ -symlink
src/content/projects/ -symlink
src/content/configurations/ -symlink
src/content/external-posts/ -symlink
# Text files
* text=auto

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
node_modules/
.env
*.log
dist/
.output/
.cache/