Removes and ignores compiled CSS file
Deletes the generated CSS file from the repository. Adds the compiled CSS file to the .gitignore file, preventing it from being tracked. This improves repository cleanliness by excluding automatically generated assets.
This commit is contained in:
@@ -59,3 +59,7 @@ Icon
|
||||
# Node
|
||||
# ---------------
|
||||
/node_modules
|
||||
|
||||
# CSS files
|
||||
# ---------------
|
||||
assets/css/styles.css
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user