Remove CSS source map from version control

- Remove public/style.css.map from git tracking with git rm --cached
- CSS source maps are generated artifacts like the CSS file itself
- Already excluded in .gitignore but was previously tracked
- Keeps local file for development debugging but excludes from repo
This commit is contained in:
Deco Vander 2025-07-04 14:51:36 -04:00
parent 0953f9210e
commit 8d1d62288a

File diff suppressed because one or more lines are too long