From 961b1f1e8bd013d03d21ab1fd470e48f29df6864 Mon Sep 17 00:00:00 2001 From: Daniel LaForce Date: Sat, 19 Apr 2025 22:41:53 +0000 Subject: [PATCH] chore: initial repository setup --- .gitattributes | 14 ++++++++++++++ .gitignore | 6 ++++++ 2 files changed, 20 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2338787 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82aecbf --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +node_modules/ +.env +*.log +dist/ +.output/ +.cache/