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
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