Skip to content

Instantly share code, notes, and snippets.

@seanbuscay
Created June 2, 2016 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanbuscay/6e76fc458159ea798b5c597f50d25fa2 to your computer and use it in GitHub Desktop.
Save seanbuscay/6e76fc458159ea798b5c597f50d25fa2 to your computer and use it in GitHub Desktop.
check for ignored files
git ls-files --others -i --exclude-standard | grep css | grep -v files | grep -v .sass-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment