From 8c270717ce4b090ef330d35d1df33bb45c3f4645 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sat, 23 Dec 2023 21:14:44 -0600 Subject: [PATCH] update gitignore to ignore posts dir --- .gitignore | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e9bd41e..d4eaa41 100644 --- a/.gitignore +++ b/.gitignore @@ -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/