2022-11-05 15:24:54 +01:00
|
|
|
# Dependencies
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# Production
|
|
|
|
/build
|
2023-07-19 17:01:02 +02:00
|
|
|
/public
|
2022-11-05 15:24:54 +01:00
|
|
|
|
|
|
|
# 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*
|
2022-11-24 17:24:21 +01:00
|
|
|
|
2023-08-18 12:19:47 +02:00
|
|
|
# ignore generated archives
|
2023-09-07 17:45:28 +02:00
|
|
|
static/files/**/*.zip
|
2023-08-18 12:19:47 +02:00
|
|
|
static/files/**/*.tar.gz
|
|
|
|
static/files/**/*.tar.bz2
|
2023-02-04 17:55:23 +01:00
|
|
|
|
|
|
|
# ignore generated SVGs
|
|
|
|
static/files/**/*.svg
|
2023-09-07 17:45:28 +02:00
|
|
|
static/files/**/*.png
|
2024-01-03 19:17:40 +01:00
|
|
|
|
|
|
|
# ignore the VSCode crap
|
2024-01-03 19:38:35 +01:00
|
|
|
/.vscode
|