Created
June 21, 2013 18:30
-
-
Save fallwith/5833267 to your computer and use it in GitHub Desktop.
The Silver Searcher ~/.agignore file
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
/log/ | |
/logs/ | |
/images/ | |
/javascripts/ | |
/stylesheets/ | |
/tmp/ | |
/vendor/ | |
*.sql | |
*.tags* | |
*.gemtags* | |
*.csv | |
*.tsv | |
*.tmp* | |
*.js | |
*.css | |
*.scss | |
*.old | |
*.json | |
*.xml | |
*.html | |
*.plist | |
*.md | |
*.log |
Can you make a whitelist work like this ?
@benjamintanwelhao the leading slashes are necessary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will be probably better to have the leading slashes removed. :)