Skip to content

Instantly share code, notes, and snippets.

@mynameispj
Last active January 2, 2021 02:37
Show Gist options
  • Select an option

  • Save mynameispj/10143204 to your computer and use it in GitHub Desktop.

Select an option

Save mynameispj/10143204 to your computer and use it in GitHub Desktop.
Git Ignore SASS cache files
# Ignore docs files
styles/.sass-cache
styles/.sass-cache/*
# Not working?
# Try: http://stackoverflow.com/questions/11451535/gitignore-not-working
# Try: http://stackoverflow.com/questions/1139762/gitignore-file-not-ignoring
@jabaltorres
Copy link
Copy Markdown

Did the trick for me. Thanks!

@marcguyer
Copy link
Copy Markdown

@belassen
Copy link
Copy Markdown

like a charm

@brother-donkey
Copy link
Copy Markdown

Thanks a bunch.

@saravanacu
Copy link
Copy Markdown

Thanks 👍

@dguzzo
Copy link
Copy Markdown

dguzzo commented Apr 23, 2017

thanks!

@ndunk28
Copy link
Copy Markdown

ndunk28 commented Oct 17, 2017

thanks!

Copy link
Copy Markdown

ghost commented May 31, 2019

Thanks! Worked perfectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment