chore: initial repository setup
This commit is contained in:
commit
961b1f1e8b
|
@ -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
|
|
@ -0,0 +1,6 @@
|
|||
node_modules/
|
||||
.env
|
||||
*.log
|
||||
dist/
|
||||
.output/
|
||||
.cache/
|
Loading…
Reference in New Issue