Created
April 12, 2013 17:37
-
-
Save rattlion/5373745 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 | |
| *.log | |
| *.rej | |
| *.swo | |
| *.swp | |
| *.vi | |
| *~ | |
| # It's better to unpack these files and commit the raw source because | |
| # git has its own built in compression methods. | |
| *.7z | |
| *.jar | |
| *.rar | |
| *.zip | |
| *.gz | |
| *.bzip | |
| *.bz2 | |
| *.xz | |
| *.lzma | |
| #packing-only formats | |
| *.iso | |
| *.tar | |
| #package management formats | |
| *.dmg | |
| *.xpi | |
| *.gem | |
| *.egg | |
| *.deb | |
| *.rpm | |
| # OS or Editor folders | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| Icon | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| /*.sublime-project | |
| *.sublime-workspace | |
| _notes | |
| dwsync.xml | |
| .*.sw[a-z] | |
| *.un~ | |
| Session.vim | |
| .netrwhist | |
| # Windows | |
| Thumbs.db | |
| ehthumbs.db | |
| Desktop.ini | |
| $RECYCLE.BIN/ | |
| # sanky additions | |
| # Ignore tags created by etags and ctags | |
| TAGS | |
| !TAGS/ | |
| tags | |
| !tags/ | |
| # drupal | |
| # Ignore configuration files that may contain sensitive information. | |
| sites/*/*settings*.php | |
| # Ignore paths that contain generated content. | |
| cache/ | |
| files/ | |
| sites/*/files | |
| sites/*/private | |
| # Ignore default text files | |
| robots.txt | |
| /CHANGELOG.txt | |
| /COPYRIGHT.txt | |
| /INSTALL*.txt | |
| /LICENSE.txt | |
| /MAINTAINERS.txt | |
| /UPGRADE.txt | |
| /README.txt | |
| sites/all/README.txt | |
| sites/all/modules/README.txt | |
| sites/all/themes/README.txt | |
| # codeigniter | |
| */config/development | |
| */logs/log-*.php | |
| */logs/!index.html | |
| */cache/* | |
| */cache/!index.html | |
| # Ruby and Rails | |
| *.gem | |
| *.rbc | |
| .bundle | |
| .config | |
| coverage | |
| InstalledFiles | |
| lib/bundler/man | |
| pkg | |
| rdoc | |
| spec/reports | |
| test/tmp | |
| test/version_tmp | |
| tmp | |
| .yardoc | |
| _yardoc | |
| doc/ | |
| *.sassc | |
| .sass-cache | |
| capybara-*.html | |
| .rspec | |
| .rvmrc | |
| .ruby-version | |
| .ruby-gemset | |
| /.bundle | |
| /vendor/bundle | |
| /log/* | |
| /tmp/* | |
| /db/*.sqlite3 | |
| /public/system/* | |
| /coverage/ | |
| /spec/tmp/* | |
| **.orig | |
| rerun.txt | |
| pickle-email-*.html | |
| .project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment