update gitignore to ignore posts dir

This commit is contained in:
Triston Armstrong 2023-12-23 21:14:44 -06:00
parent 07f403d212
commit 8c270717ce

16
.gitignore vendored
View File

@ -1,20 +1,19 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
/.obsidian .obsidian
/.idea .idea
/posts/.obsidian/ .vscode
/.vscode .yarn
/.yarn
# dependencies # dependencies
/node_modules /node_modules
/.pnp .pnp
.pnp.js .pnp.js
# testing # testing
/coverage /coverage
# next.js # next.js
/.next/ .next/
/out/ /out/
# production # production
@ -33,3 +32,6 @@ yarn-error.log*
# graph data # graph data
graph-data.json graph-data.json
# all posts
posts/