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

75 Commits

Author SHA1 Message Date
Edwin Kofler
ea16268dd4 Add JavaScript .cjs and .mjs extensions 2023-12-10 19:01:52 -08:00
Jacob Hummer
4622fe2c94
Update Web.gitattributes 2023-07-16 20:07:50 -05:00
Jacob Hummer
4e1b1c6fdd
Update Web.gitattributes 2023-07-16 20:05:31 -05:00
Ben Hattem
e12621c28d adapt LF in .ipynb (Jupyter notebooks) as well 2022-12-15 13:46:06 +01:00
Devin Rhode
9c74500be8
Normalize package-lock.json to LF for consistency (#143)
https://github.com/alexkaratarakis/gitattributes/pull/129#issuecomment-894566341

Reverts 52483156f9
2022-07-12 21:28:21 +12:00
Devin Rhode
125caa77d1
Add .husky/* (#156) 2022-07-12 21:25:30 +12:00
diesl
f9735f0032
Add embedded ruby template 2021-11-04 11:12:58 +01:00
Alexander Karatarakis
5f9c5c9551
Merge pull request #138 from pratik149/patch-2
Add .prettierrc in Configs of Web.gitattributes
2021-06-22 11:46:26 -07:00
Pratik Rane
c7ab8ae552
Add .prettierrc in Configs of Web.gitattributes
Prettier is a widely used opinionated code formatter; Supports many languages; Integrates with most editors.
2021-06-21 07:36:11 +05:30
Pratik Rane
7a6f00fe6c
Add .svelte in templates
Svelte.js is the fourth widely used frontend JavaScript framework after React.js, Vue.js and Angular.js.
2021-06-21 07:26:19 +05:30
thompsonmj
bba5b62c95
Add *.avi to video (#134) 2021-05-23 14:15:31 +12:00
Richie Bendall
52483156f9
Don't force LF line endings for package-lock.json
https://github.com/alexkaratarakis/gitattributes/pull/129#issuecomment-805149885
2021-03-24 17:06:45 +13:00
David Fong
c9e0391fd0
Add CRLF EOL for Window-specific file formats and add diffs (#129) 2021-03-23 18:02:16 +13:00
Jason Smart
27ab17bf9c
Remove crlf for ps1 as it is cross-platform (#126)
Powershell Core (Version 6 and above) retains the ps1 file extension but is cross-platform, running on Windows, Linux and Mac OS https://github.com/PowerShell/PowerShell
It should not be forced to use crlf
2021-02-14 19:20:30 +13:00
Nikolay Borzov
b1fa58eb0c
refactor: Ignore all rc and ignore files (#108)
* Describe all rc and ignore files with pattern

- `*.*rc ` match all RC files (like `.babelrc`)
- `*.*ignore` match all 'ignore' files (like `.npmignore`)

* chore: Fix capitalisation

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2020-02-28 08:20:37 +13:00
Nikolay Borzov
809623f545
feat: Add other web gitattributes (#106)
- `.eslintignore` Sets files to be ignored by ESLint
- `.mocharc` Mocha configuration
- `.nycrc` Istanbul CLI `nyc` configuration
- `.prettierrc` Prettier configuration
- `prettierignore` Sets files to be ignored by Prettier
- `.toml` Tom's Obvious, Minimal Language.
2020-02-25 10:06:54 +13:00
Richie Bendall
96066ed0d4
Gifv support 2019-05-10 18:05:01 +12:00
Richie Bendall
0d3f60ad11
Add other locks files and format 2019-04-27 17:03:07 +12:00
Richie Bendall
f7a9ef7306
Livescript support 2019-04-25 11:28:40 +12:00
Richie Bendall
67645384db
Fixed svg type wording 2019-04-21 19:16:56 +12:00
Richie Bendall
cc07560877
cmd and ps1 support 2019-04-21 13:35:59 +12:00
Richie Bendall
518592ee3b
Proper sh line endings and added bash support 2019-04-21 13:32:14 +12:00
Richie Bendall
bcafb40a85
CSS diff on SCSS 2019-04-20 12:50:23 +12:00
Richie Bendall
3bbc79c5e7
Format gitattributes files 2019-04-20 12:35:18 +12:00
Richie Bendall
d1514be2a5
Normalize svg type (Fixes #45) 2019-04-20 12:10:44 +12:00
Alexander Karatarakis
d09064c1a4 [Web.gitattributes] Remove .gitignore. See #70 2018-12-04 10:50:17 -08:00
Alexander Karatarakis
649ba3de93
Merge pull request #80 from ArturGuedes/master
Added *.ipynb extension in Web.gitattributes list
2018-10-30 16:30:59 -07:00
Alexander Karatarakis
05674baeec
Merge pull request #79 from DimaZuien/master
Add additional file extensions for web
2018-10-30 16:30:12 -07:00
Artur Guedes
3637f4331d Added *.ipynb extension in Web.gitattributes list 2018-09-14 15:22:08 -03: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