Files
aethera/backend/.gitignore
Evan Reichard eaa8a58d4f
All checks were successful
continuous-integration/drone/push Build is passing
fix(build): add placeholder for embed static directory
Add .gitkeep to backend/web/static/ to ensure directory exists
for Go embed directive. The static/* pattern requires at least
one file to exist at build time, otherwise compilation fails.

Update .gitignore to allow .gitkeep while ignoring other contents.
2026-02-22 20:38:07 -05:00

4 lines
39 B
Plaintext

dist
web/static/*
!web/static/.gitkeep