You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is the correct forum to ask but on the other hand this problem only occured to me while working within my vite project.
So im working with scss so my gitignore file has those additions:
**.css
**.css.map
I dont need the css files in my commits thats why im ignoring them. Exept the css file of fontawesome, thats the one i need to include and for that, my gitignore file looks like this:
But unfortunatly, the fontawesome.css file is still ignored, i even tried to put it after the lines ignoring css and css.map files, with no change. Is there any chance that this has sth to do with vite or am i doing a mistake here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am not sure if this is the correct forum to ask but on the other hand this problem only occured to me while working within my vite project.
So im working with scss so my gitignore file has those additions:
I dont need the css files in my commits thats why im ignoring them. Exept the css file of fontawesome, thats the one i need to include and for that, my gitignore file looks like this:
But unfortunatly, the fontawesome.css file is still ignored, i even tried to put it after the lines ignoring css and css.map files, with no change. Is there any chance that this has sth to do with vite or am i doing a mistake here?
This is my project directory:
Beta Was this translation helpful? Give feedback.
All reactions