Skip to content

Instantly share code, notes, and snippets.

@pritdeveloper
Created May 29, 2019 17:10
Show Gist options
  • Save pritdeveloper/acfd4edd5cc3f43cb6b5f3338acd9fdf to your computer and use it in GitHub Desktop.
Save pritdeveloper/acfd4edd5cc3f43cb6b5f3338acd9fdf to your computer and use it in GitHub Desktop.
curl {RAW_URL} > ~
.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