homepage/.gitignore
2026-05-21 11:29:30 +02:00

27 lines
328 B
Text

node_modules/
# Eleventy build output
dist/
_site/
# Editor settings
.vscode/
.idea/
# Environment
.env
.dev
# Private environments in the HTTP playground folder
/playground/*.private.env.json
/playground/*.csv
/httpd.dev.conf
# Obsolete Nix build system artifacts
/node_modules
/result
# Nix Shell
default.nix
flake.nix