homepage/.gitignore
2021-12-21 19:20:47 +01:00

18 lines
269 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
.dev
# `nix build` output
/result