1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/website/.gitignore

22 lines
238 B
Plaintext
Raw Normal View History

# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
2024-03-03 18:33:27 +02:00
i18n
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*