Skip to content

Instantly share code, notes, and snippets.

@fallwith
Created June 21, 2013 18:30
Show Gist options
  • Save fallwith/5833267 to your computer and use it in GitHub Desktop.
Save fallwith/5833267 to your computer and use it in GitHub Desktop.
The Silver Searcher ~/.agignore file
/log/
/logs/
/images/
/javascripts/
/stylesheets/
/tmp/
/vendor/
*.sql
*.tags*
*.gemtags*
*.csv
*.tsv
*.tmp*
*.js
*.css
*.scss
*.old
*.json
*.xml
*.html
*.plist
*.pdf
*.md
*.log
@benjamintanweihao
Copy link

It will be probably better to have the leading slashes removed. :)

@giiska
Copy link

giiska commented Apr 22, 2014

Can you make a whitelist work like this ?

@aehlke
Copy link

aehlke commented Jun 2, 2014

@benjamintanwelhao the leading slashes are necessary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment