mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2026-08-04 19:15:48 +00:00
27 lines
328 B
Text
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
|