Last active
January 8, 2018 20:22
-
-
Save marceloxp/061906ebe140aec51849777eb5b7857c to your computer and use it in GitHub Desktop.
Git Extensions Filters
This file contains 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
- 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