homepage/.gitignore
2021-09-29 20:54:51 +02:00

18 lines
270 B
Text

# node_modules may either be a usual folder or a symlink at the project
# root (creted by the Nix update script).
node_modules/
/node_modules
# Eleventy build output
dist/
_site/
# Editor settings
.vscode/
.idea/
# Environment
.env
# `nix build` output
/.dev
/result