Marco Blessing
a686be9055
* force dark mode * add node based build * add markdown lint * fix markdown lint issues * add custom caddy file * fix page lookup for error page * disable pagination * adjus trivy behavior * exclude mardkownlint from docker build * fix trivy step and add umami tracking code * set data-domain to exclude forks adding stats
31 lines
336 B
Plaintext
31 lines
336 B
Plaintext
# Common
|
|
README.md
|
|
CHANGELOG.md
|
|
docker-compose.yml
|
|
Dockerfile
|
|
LICENSE
|
|
|
|
# Node
|
|
## Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
## Dependency directories
|
|
node_modules/
|
|
|
|
# git related
|
|
.editorconfig
|
|
.gitattributes
|
|
.gitignore
|
|
.gitmodules
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# markdownlint dot files
|
|
.markdownlint.json
|
|
.markdownlintignore
|