wiki/.gitignore

27 lines
304 B
Plaintext
Raw Normal View History

2022-12-29 12:10:14 -08:00
# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
2023-06-22 02:45:41 -07:00
# Generated PDF
/pdf
!/pdf/.gitkeep
/static/pdf
!/static/pdf/.gitkeep
2022-12-29 12:10:14 -08:00
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*