Skip to content

Instantly share code, notes, and snippets.

@aleclarson
Last active June 4, 2019 20:15
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 aleclarson/0f519a777158b7a92f80b7d81ac81f6e to your computer and use it in GitHub Desktop.
Save aleclarson/0f519a777158b7a92f80b7d81ac81f6e to your computer and use it in GitHub Desktop.
Use build-if-changed anywhere!

Want to use build-if-changed on packages without the risk of forgetting to add .bic_cache to their .gitignore files before you commit?

Just add the following to your ~/.gitconfig and ~/.gitignore files!

[core]
excludesfile = ~/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment