Last active
October 8, 2017 16:02
-
-
Save ch1c0t/20b6a6a554b6c96b55a6181bdcd0eb00 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
# Numerous always-ignore extensions | |
*.diff | |
*.err | |
*.orig | |
*.rej | |
*.swo | |
*.swp | |
*.vi | |
*~ | |
*.sass-cache | |
# Bundler | |
# Gemfile.lock | |
# Bower components | |
assets/components | |
# vagrant | |
.vagrant/ | |
# coverage | |
coverage | |
*.gem | |
node_modules | |
dist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment