Last active
October 12, 2017 06:42
-
-
Save Nuptial/5a3afd11632a060b57e3fc6d4a553dbc to your computer and use it in GitHub Desktop.
Git ignore all images and node modules
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
*.jpg | |
*.jpeg | |
*.png | |
*.gif | |
node_modules/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment