1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
gitattributes/Web.gitattributes

146 lines
2.2 KiB
Plaintext
Raw Normal View History

# These settings are for any web project
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
#
#
## These files are text and should be normalized (Convert crlf => lf)
#
2016-05-06 22:10:39 -04:00
## SOURCE CODE
*.bat text
*.coffee text
2016-05-06 22:10:39 -04:00
*.css text
*.htm text
*.html text
*.inc text
*.ini text
*.js text
*.json text
*.less text
*.php text
*.pl text
*.py text
*.rb text
*.sass text
*.scm text
*.scss text
*.sh text
*.sql text
*.styl text
*.ts text
*.xml text
*.xhtml text
2016-05-06 22:12:51 -04:00
## DOCUMENTATION
*.markdown text
*.md text
*.mdwn text
*.mdown text
*.mkd text
*.mkdn text
*.mdtxt text
*.mdtext text
*.txt text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text
2016-05-06 22:15:10 -04:00
## TEMPLATES
*.dot text
*.ejs text
*.haml text
*.handlebars text
*.hbs text
*.hbt text
*.jade text
*.latte text
*.mustache text
*.phtml text
*.tmpl text
2016-05-06 22:16:19 -04:00
## LINTERS
.csslintrc text
.eslintrc text
.jscsrc text
.jshintrc text
.jshintignore text
.stylelintrc text
2016-05-06 22:17:49 -04:00
## CONFIGS
*.bowerrc text
*.cnf text
*.conf text
*.config text
.editorconfig text
.gitattributes text
2016-05-06 22:17:49 -04:00
.gitconfig text
.gitignore text
.htaccess text
*.npmignore text
*.yaml text
*.yml text
Makefile text
makefile text
2016-05-06 22:17:49 -04:00
## HEROKU
Procfile text
.slugignore text
2016-05-06 22:19:25 -04:00
## GRAPHICS
*.ai binary
*.bmp binary
*.eps binary
*.gif binary
*.ico binary
*.jng binary
*.jp2 binary
*.jpg binary
*.jpeg binary
*.jpx binary
*.jxr binary
*.pdf binary
*.png binary
*.psb binary
*.psd binary
*.svg text
*.svgz text
*.tif binary
*.tiff binary
*.wbmp binary
*.webp binary
#
## These files are binary and should be left untouched
#
# (binary is a macro for -text -diff)
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
2015-04-26 18:33:42 -04:00
*.eot binary
*.woff binary
*.woff2 binary
2014-07-16 03:17:28 -04:00
*.pyc binary