blog/.gitignore

19 lines
207 B
Plaintext
Raw Permalink Normal View History

2022-05-16 02:12:59 +00:00
# Dependencies
/node_modules
# Production
/public
# Misc
2021-08-16 16:34:02 +00:00
db.json
2022-05-16 02:12:59 +00:00
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2023-01-20 03:55:21 +00:00
yarn.lock