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.
/.obsidian
/.idea
/posts/.obsidian/
/.vscode
/.yarn
.obsidian
.idea
.vscode
.yarn
# dependencies
/node_modules
/.pnp
.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
.next/
/out/
# production
@ -33,3 +32,6 @@ yarn-error.log*
# graph data
graph-data.json
# all posts
posts/