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

47 Commits

Author SHA1 Message Date
Alexander Karatarakis
05674baeec
Merge pull request #79 from DimaZuien/master
Add additional file extensions for web
2018-10-30 16:30:12 -07:00
Dmytro Zuienko
58a68094cd Add additional file extensions for web 2018-08-19 13:56:15 +03:00
Richie Bendall
b569f22721
Added diffs 2018-06-20 22:09:33 +12:00
Ali Servet Donmez
555e9a2dba
.gitignore is better left alone 2017-11-30 15:15:15 +01:00
Alexander Karatarakis
9e9ac10054 Merge pull request #69 from sdolenc/web_additions
Web additions: ogv and jar
2017-07-24 21:15:45 +03:00
localstepdo
697e72cbec jar is a compressed archive file 2017-07-21 15:45:18 -07:00
localstepdo
b2f6ea0f5a adding ogv to video for web 2017-07-21 15:32:39 -07:00
Christian Oliff
d71ee99049 Add .htmlhintrc
It's the most popular HTML linter. REF: http://htmlhint.com/
2017-07-13 00:32:48 +09:00
Schumacher, Ryan
791b2b415b Add support for riot .tag files 2017-06-12 12:20:57 -05:00
Oliver Kopp
263dcdd80d Bash shell scripts are carry lf endings 2017-06-06 15:31:47 +02:00
Alexander Karatarakis
d6c874fd34 Merge pull request #64 from wrumsby/patch-1
Add .tsx Extension
2017-05-28 17:01:14 -07:00
Walter Rumsby
6e4eca13dc Add browserslist config files
Add support for [browserslist](https://github.com/ai/browserslist) config files.
2017-05-25 05:15:04 +12:00
Walter Rumsby
40d3e86679 Add .tsx Extension
When writing React apps with TypeScript the `.tsx` extension can be used.
2017-05-25 05:10:00 +12:00
Alexander Gruschina
d6e2c41fb1 Added Docker-relevant files 2017-04-21 11:19:51 +02:00
Adam Smith
fd8b1ea547 Added OnlyData exts to web 2017-04-06 06:17:55 -07:00
Adam Smith
cb6128d4dc Added copyright files to web 2017-04-06 06:11:58 -07:00
Adam Smith
ce249528a4 Minor format updates for web 2017-04-06 06:09:22 -07:00
Vi
6a4ae8620b Added Nunjucks Template to Web.gitattributes
[Nunjucks](https://mozilla.github.io/nunjucks/) is a template engine created by Mozilla. It uses `.njk` as its file extension, please see: https://mozilla.github.io/nunjucks/templating.html#file-extensions
2017-03-16 13:57:26 +08:00
Eitan Adler
dc8bd2cd0f batch files ought to always have crlf endings 2017-03-05 00:21:05 -08:00
camlafit
f920fe9129 Don't forget templating system (twig and smarty)
Some web project use templating system as smarty or twig
2017-02-03 10:28:35 +01:00
Arnold Schrijver
315836fc7b Added React JSX file extension to Web.gitattributes 2016-06-26 13:07:12 +02:00
Matthew Turnbull
8e51e4ad3f Remove .ts as binary file to allow TypeScript text 2016-06-06 23:13:15 +01:00
Adam Smith
00ac53eb18 Fixed incorrect label for .svgz 2016-05-09 12:47:52 -07:00
Adam Smith
46c0abe4a8 Updated comments for web attributes 2016-05-06 19:36:40 -07:00
Adam Smith
df6afc76dd Updated & alphabetized web executables 2016-05-06 19:22:33 -07:00
Adam Smith
841e4733a3 Updated & alphabetized web fonts 2016-05-06 19:21:41 -07:00
Adam Smith
794a01ed2d Updated & alphabetized web archives 2016-05-06 19:21:14 -07:00
Adam Smith
667a7e05dd Updated & alphabetized web video 2016-05-06 19:20:41 -07:00
Adam Smith
aad9380e65 Updated & alphabetized web audio 2016-05-06 19:19:55 -07:00
Adam Smith
f04bfa67db Updated & alphabetized web graphics 2016-05-06 19:19:25 -07:00
Adam Smith
4e352137bf Updated & alphabetized web configs 2016-05-06 19:17:49 -07:00
Adam Smith
f00a28f498 Updated & alphabetized web linters 2016-05-06 19:16:19 -07:00
Adam Smith
537efe0236 Updated & alphabetized web templates 2016-05-06 19:15:10 -07:00
Adam Smith
d81b7fcec7 Updated & alphabetized web docs 2016-05-06 19:12:51 -07:00
Adam Smith
acd1cf10a1 Updated & alphabetized web source code 2016-05-06 19:10:39 -07:00
海愚
022a1c9562 add *rc to Web.gitattributes 2016-03-13 00:58:24 +08:00
Honza Bittner
31b1bcb929 Add web gitattributes
- *.ts - TypeScript (superset of Javascript) 
- *.latte - Nette template system.
- *.woff2 - file for font
2015-12-14 22:33:49 +01:00
Honza Bittner
5b73b0a93d Added .gitconfig to web. 2015-07-24 01:16:17 +02:00
Alexander Karatarakis
cd08452f86 Merge pull request #25 from spasmsaps/master
add eot, woff and svg to web template
2015-04-28 02:52:25 +03:00
spasmsaps
70221e24b4 add eot, woff and svg to web template 2015-04-26 22:33:42 +00:00
Arbaaz
74af03ba7c added ejs in template 2015-04-23 16:34:07 +05:30
Honza Bittner
ed90f463fb Added endings for .sass, .scss, .less, .styl (CSS preprocessors), .coffee (CoffeeScript) and .phtml. 2015-03-25 17:41:24 +01:00
Russell Dempsey
9b4724544c gitattributes recognizes pdfs as binary
Honestly, PDFs should not be in the repo.. but if they are 
put in there, they should not be fiddled with.
2015-02-19 11:19:40 -06:00
Russell Dempsey
219f25a8cb Update Web.attributes
Included files commonly included in web projects such as markdown 
files, gitignore and gitattribute files, jshint and other analysis config 
files, yaml, .editorconfig,  and heroku files
2015-02-12 17:20:28 -06:00
Alexander Karatarakis
6de1b0b544 Remove some duplicates between Common and Java/Web gitattributes
Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>
2015-01-13 23:59:43 +02:00
Hendy Irawan
1734fcc0c9
Additional files
Additional files
2014-08-01 00:27:45 +07:00
Ben Bodenmiller
2bb3942152 Update and rename WordPress.gitattributes to Web.gitattributes 2014-04-13 14:08:42 -07:00