mirror of
https://github.com/mfocko/blog.git
synced 2024-11-13 01:30:29 +01:00
Matej Focko
9f9dc39a31
• Do not keep the SVG files in the repository, generate them just for the builds • Also generate ZIP files with sources for downloading Signed-off-by: Matej Focko <mfocko@redhat.com>
23 lines
No EOL
278 B
Text
23 lines
No EOL
278 B
Text
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# ignore generate zips
|
|
static/files/**/*.zip |