Created
May 29, 2019 17:10
-
-
Save pritdeveloper/acfd4edd5cc3f43cb6b5f3338acd9fdf to your computer and use it in GitHub Desktop.
curl {RAW_URL} > ~
This file contains 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
.hgignore | |
node_modules | |
.c9 | |
.DS_Store | |
Thumbs.db | |
# C/C++ | |
*.slo | |
*.lo | |
*.o | |
*.so | |
*.so.* | |
*.dylib | |
*.lai | |
*.la | |
*.a | |
*.lib | |
*.dll | |
*.exe | |
*.out | |
install_manifest.txt | |
CMakeCache.txt | |
CMakeFiles | |
cmake_install.cmake | |
# Python | |
*.py[cod] | |
.installed.cfg | |
__pycache__ | |
pip-log.txt | |
.coverage | |
.tox | |
nosetests.xml | |
# Ruby | |
*.rbc | |
*.sassc | |
.sass-cache | |
capybara-*.html | |
.rspec | |
.rvmrc | |
/.bundle | |
**.orig | |
rerun.txt | |
pickle-email-*.html | |
*.gem | |
*.rbc | |
.bundle | |
.config | |
InstalledFiles | |
spec/reports | |
test/tmp | |
test/version_tmp | |
.yardoc | |
_yardoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment