blog/.gitignore
Matej Focko a868efaee6
chore: switch to ‹tar› and have consistent paths
* Switch the archiving from the ‹zip› to ‹tar.gz› and ‹tar.bz2›
* Adjust the static files to have consistent paths

Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-18 12:19:47 +02:00

28 lines
368 B
Text

# Dependencies
/node_modules
# Production
/build
/public
# 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 generated archives
static/files/**/*.tar.gz
static/files/**/*.tar.bz2
# ignore generated SVGs
static/files/**/*.svg