2020-11-28 15:45:01 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
2023-12-24 03:14:44 +00:00
|
|
|
.obsidian
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
.yarn
|
2020-11-28 15:45:01 +00:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
2023-12-24 03:14:44 +00:00
|
|
|
.pnp
|
2020-11-28 15:45:01 +00:00
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# next.js
|
2023-12-24 03:14:44 +00:00
|
|
|
.next/
|
2020-11-28 15:45:01 +00:00
|
|
|
/out/
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env*
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2021-10-23 11:35:21 +00:00
|
|
|
|
|
|
|
.vercel
|
2023-12-24 02:18:22 +00:00
|
|
|
|
|
|
|
# graph data
|
|
|
|
graph-data.json
|
2023-12-24 03:14:44 +00:00
|
|
|
|
|
|
|
# all posts
|
|
|
|
posts/
|