2014-04-13 17:08:42 -04:00
|
|
|
# These settings are for any web project
|
2014-01-25 20:41:30 -05:00
|
|
|
|
|
|
|
# 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
|
|
|
|
#
|
|
|
|
|
2015-02-12 18:20:28 -05:00
|
|
|
#
|
|
|
|
## These files are text and should be normalized (Convert crlf => lf)
|
|
|
|
#
|
|
|
|
|
|
|
|
# source code
|
2014-01-25 20:41:30 -05:00
|
|
|
*.php text
|
|
|
|
*.css text
|
2015-03-25 12:41:24 -04:00
|
|
|
*.sass text
|
|
|
|
*.scss text
|
|
|
|
*.less text
|
|
|
|
*.styl text
|
2014-01-25 20:41:30 -05:00
|
|
|
*.js text
|
2015-12-14 16:33:49 -05:00
|
|
|
*.ts text
|
2015-03-25 12:41:24 -04:00
|
|
|
*.coffee text
|
2014-07-16 03:17:28 -04:00
|
|
|
*.json text
|
2014-01-25 20:41:30 -05:00
|
|
|
*.htm text
|
|
|
|
*.html text
|
|
|
|
*.xml text
|
2015-04-26 18:33:42 -04:00
|
|
|
*.svg text
|
2014-01-25 20:41:30 -05:00
|
|
|
*.txt text
|
|
|
|
*.ini text
|
|
|
|
*.inc text
|
2014-07-16 03:17:28 -04:00
|
|
|
*.pl text
|
|
|
|
*.rb text
|
|
|
|
*.py text
|
|
|
|
*.scm text
|
|
|
|
*.sql text
|
2015-02-12 18:20:28 -05:00
|
|
|
*.sh text
|
|
|
|
*.bat text
|
|
|
|
|
|
|
|
# templates
|
2015-04-23 07:04:07 -04:00
|
|
|
*.ejs text
|
2015-02-12 18:20:28 -05:00
|
|
|
*.hbt text
|
|
|
|
*.jade text
|
|
|
|
*.haml text
|
|
|
|
*.hbs text
|
|
|
|
*.dot text
|
|
|
|
*.tmpl text
|
2015-03-25 12:41:24 -04:00
|
|
|
*.phtml text
|
2015-12-14 16:33:49 -05:00
|
|
|
*.latte text
|
2015-02-12 18:20:28 -05:00
|
|
|
|
|
|
|
# server config
|
2014-01-25 20:41:30 -05:00
|
|
|
.htaccess text
|
|
|
|
|
2015-02-12 18:20:28 -05:00
|
|
|
# git config
|
|
|
|
.gitattributes text
|
|
|
|
.gitignore text
|
2015-07-23 19:16:17 -04:00
|
|
|
.gitconfig text
|
2015-02-12 18:20:28 -05:00
|
|
|
|
|
|
|
# code analysis config
|
|
|
|
.jshintrc text
|
|
|
|
.jscsrc text
|
|
|
|
.jshintignore text
|
|
|
|
.csslintrc text
|
|
|
|
|
|
|
|
# misc config
|
|
|
|
*.yaml text
|
|
|
|
*.yml text
|
|
|
|
.editorconfig text
|
|
|
|
|
|
|
|
# build config
|
|
|
|
*.npmignore text
|
|
|
|
*.bowerrc text
|
|
|
|
|
|
|
|
# Heroku
|
|
|
|
Procfile text
|
|
|
|
.slugignore text
|
|
|
|
|
|
|
|
# Documentation
|
|
|
|
*.md text
|
|
|
|
LICENSE text
|
|
|
|
AUTHORS text
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
## These files are binary and should be left untouched
|
|
|
|
#
|
|
|
|
|
2014-01-25 20:41:30 -05:00
|
|
|
# (binary is a macro for -text -diff)
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.jpeg binary
|
|
|
|
*.gif binary
|
|
|
|
*.ico binary
|
|
|
|
*.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
|
2015-12-14 16:33:49 -05:00
|
|
|
*.woff2 binary
|
2014-07-16 03:17:28 -04:00
|
|
|
*.pyc binary
|
2015-02-19 12:19:40 -05:00
|
|
|
*.pdf binary
|