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.
|
# 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/
|
||||||
|
Loading…
Reference in New Issue
Block a user