Last active
May 30, 2017 02:11
-
-
Save DevEarley/7cd57321a920274cd52f899848ae719b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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