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:
parent
0953f9210e
commit
8d1d62288a
1 changed files with 0 additions and 1 deletions
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue