This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2024-12-28 10:15:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6eeebe6f49
gitignore
/
Sass.gitignore
5 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add slash to .sass-cache Add slash to `.sass-cache` to signify intent of matching directories.
2015-05-16 02:35:12 +08:00
.sass-cache/
Add sourcemaps to the Sass ignore When merging branches there are usually conflicts with the CSS sourcemaps. It's not an issue to just recompile the CSS to generate a new sourcemap but having the file ignored helps to save an unnecessary step.
2014-09-18 02:23:16 +08:00
*.css.map
Add all sourcemap file formats
2018-05-24 13:12:37 +08:00
*.sass.map
*.scss.map
Reference in New Issue
Copy Permalink