Skip to content

Instantly share code, notes, and snippets.

@DevEarley
Last active May 30, 2017 02:11
Show Gist options
  • Save DevEarley/7cd57321a920274cd52f899848ae719b to your computer and use it in GitHub Desktop.
Save DevEarley/7cd57321a920274cd52f899848ae719b to your computer and use it in GitHub Desktop.
# First, ignore everything
*
# Now, whitelist anything that's a directory
!*/
# And all the file types you're interested in.
!angular.min.js
!angular-animate.min.js
!angular-aria.min.js
!angular-material.min.js
!angular-touch.min.js
!angular-material.min.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment