Skip to content

Instantly share code, notes, and snippets.

@marceloxp
Last active January 8, 2018 20:22
Show Gist options
  • Save marceloxp/061906ebe140aec51849777eb5b7857c to your computer and use it in GitHub Desktop.
Save marceloxp/061906ebe140aec51849777eb5b7857c to your computer and use it in GitHub Desktop.
Git Extensions Filters
- Ignores.
.(rar$|gz$|zip$|exe$|pdf$|log$)
- Text files.
.(php$|ctp$|mustache$|js$|css$|scss$|htm$|html$|less$|md$|txt$|yml$|map$|htaccess$|rb$|)
- No extension files.
(LICENSE|COPYING|empty)
- Languages files.
*.(po$|mo$|pot$)
- Database files.
.(sql$|dump$|xml$|json$)
- Git files.
.(git$|gitignore$|gitmodules$)
- Fonts files.
font.*\.(eot$|svg$|ttf$|otf$|woff$|woff2$)
- Flash files.
.(swf$)
- Image files.
.(png$|svg$|gif$|jpg$|jpeg$|ico$)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment