You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
572 B
59 lines
572 B
# Numerous always-ignore extensions |
|
*.csv |
|
*.dat |
|
*.diff |
|
*.err |
|
*.gz |
|
*.log |
|
*.orig |
|
*.out |
|
*.pid |
|
*.rar |
|
*.rej |
|
*.seed |
|
*.swo |
|
*.swp |
|
*.vi |
|
*.yo-rc.json |
|
*.zip |
|
*~ |
|
.ruby-version |
|
lib-cov |
|
npm-debug.log |
|
|
|
# Always-ignore dirs |
|
/bower_components/ |
|
/node_modules/ |
|
/temp/ |
|
/tmp/ |
|
/vendor/ |
|
_gh_pages |
|
|
|
# OS or Editor folders |
|
*.esproj |
|
*.komodoproject |
|
.komodotools |
|
*.sublime-* |
|
._* |
|
.cache |
|
.DS_Store |
|
.idea |
|
.project |
|
.settings |
|
.tmproj |
|
nbproject |
|
Thumbs.db |
|
|
|
# grunt-html-validation |
|
validation-status.json |
|
validation-report.json |
|
|
|
# misc |
|
TODO.md |
|
|
|
# npmignore |
|
test |
|
test.js |
|
.verb.md |
|
.gitattributes |
|
.editorconfig
|
|
|