Ignore generated content/ output and erl_crash.dump

This commit is contained in:
Ignacio Ballesteros
2026-02-19 18:21:02 +01:00
parent 692f23bc36
commit ec1426241c

4
.gitignore vendored
View File

@@ -9,3 +9,7 @@ tsconfig.tsbuildinfo
private/ private/
.replit .replit
replit.nix replit.nix
erl_crash.dump
# content/ is generated by the export script; only keep the placeholder
content/*
!content/.gitkeep