update gitignore to ignore posts dir
This commit is contained in:
parent
07f403d212
commit
8c270717ce
16
.gitignore
vendored
16
.gitignore
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user