mirror of
https://github.com/mfocko/blog.git
synced 2024-11-09 15:59:06 +01:00
33 lines
447 B
Text
33 lines
447 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/**/*.zip
|
|
static/files/**/*.tar.gz
|
|
static/files/**/*.tar.bz2
|
|
|
|
# ignore generated SVGs
|
|
static/files/**/*.svg
|
|
static/files/**/*.png
|
|
|
|
# ignore the VSCode crap
|
|
/.vscode
|