Ben Hattem
e12621c28d
adapt LF in .ipynb (Jupyter notebooks) as well
2022-12-15 13:46:06 +01:00
Ben Hattem
e6c7493af6
Jupyter notebooks are always created with LF (on Windows)
2022-12-07 21:09:26 +01:00
Code Hangen
eeb2ca9a67
Add Markdown in gitattributes
...
linguist-detectable *.md files
2022-09-23 10:05:12 -07: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
Mussa Charles
bf082e2199
Add epub to Common ( #166 )
...
* Add epub on Documents section.
* Update Common.gitattributes
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2022-07-12 21:24:46 +12:00
Alexander Karatarakis
012a194bbb
Merge pull request #167 from n-ski/master
...
Do not use `merge=union` for C# projects, F# projects, and VS solutions
2022-07-10 20:34:56 -07:00
Sergey Volkov
ecf304efaa
Do not use merge=union
for C# projects, F# projects, and VS solutions
...
As per #21 , `merge=union` can cause potential troubles.
2022-07-07 21:39:09 +03:00
Alexander Karatarakis
42a4442155
Merge pull request #165 from astrograph/master
...
add comment for sql .gitattributes
2022-05-31 13:27:07 -07:00
astrograph
ada1ff3100
add comment for sql .gitattributes
2022-05-25 15:04:58 +02:00
Heiko Does
f9d4f966b7
Use Kotlin diff ( #164 )
2022-05-14 15:26:03 +12:00
Alexander Karatarakis
e586120a08
Merge pull request #162 from tristan-mastrodicasa/patch-1
...
Add new image file format
2022-05-09 16:38:47 -07:00
Tristan
bd08642b5a
Add new image file format
2022-05-02 09:26:28 -04:00
Alexander Karatarakis
1e141b289a
Merge pull request #155 from jpawlowski/patch-1
...
Handle *.mdx files similar to *.md
2021-12-11 15:57:20 -08:00
Julian Pawlowski
5111012f09
Handle *.mdx files similar to *.md
2021-12-11 21:18:23 +01:00
Alexander Karatarakis
ceae872788
Microsoft Shell.gitattributes
-> MicrosoftShell.gitattributes
...
#153
2021-11-25 20:14:25 -08:00
Alexander Karatarakis
ccf003da44
Merge pull request #153 from jpawlowski/patch-5
...
Add Microsoft Shell
2021-11-25 20:13:22 -08:00
Alexander Karatarakis
832b9e033f
Merge pull request #152 from jpawlowski/patch-4
...
Add PowerShell
2021-11-25 20:11:57 -08:00
Alexander Karatarakis
c581777c95
Merge pull request #154 from remlapmot/rmd-fix
...
Correct the setting for R Markdown files
2021-11-25 20:09:52 -08:00
Tom Palmer
47a3a1c88b
Correct setting for .Rmd files
2021-11-20 16:17:17 +00:00
Julian Pawlowski
65982c0520
Create Microsoft Shell.gitattributes
2021-11-20 15:55:27 +01:00
Julian Pawlowski
6eadeb9e55
Create PowerShell.gitattributes
2021-11-20 15:48:50 +01:00
Alexander Karatarakis
d0e7b9babf
Merge pull request #148 from cisbox/diesl-patch-1
...
Add embedded ruby template
2021-11-05 12:08:08 -07:00
diesl
f9735f0032
Add embedded ruby template
2021-11-04 11:12:58 +01:00
Alexander Karatarakis
ca85020b18
Merge pull request #147 from versat/patch-1
...
Update C++.gitattributes: Use "cpp" instead of "c" diff pattern
2021-10-14 13:23:35 -07:00
Sebastian
726b8575d6
Update C++.gitattributes
...
The official documentation does not say anything about a "c" diff pattern.
But it says that "cpp" is suitable for C and C++, so "cpp" should be fine.
2021-10-14 15:51:05 +02:00
Thomas Schaller
6d7e844683
Add script to check for missing .gitattributes rules ( #146 )
...
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2021-10-10 13:22:01 +13:00
Alexander Karatarakis
1b57482084
Merge pull request #145 from torkleyy/patch-1
...
Create Rust.gitattributes
2021-10-08 19:49:15 -07:00
Thomas Schaller
79ce35901a
Create Rust.gitattributes
2021-10-08 21:13:11 +02:00
Felix Lampe
6ea1991051
Add Kotlin, Groovy, Scala and Sass to Java ( #144 )
2021-09-08 12:23:46 +12:00
Alexander Karatarakis
9e4c137587
Merge pull request #142 from alexkaratarakis/remove_broken_links
...
Remove broken links
2021-08-07 12:19:57 -07:00
Alexander Karatarakis
38bea5e983
Remove broken links
...
Fixes #141
2021-08-07 12:17:32 -07:00
Eric Nielsen
055ffde27f
Add .zsh to Common.gitattributes ( #139 )
2021-07-21 15:49:23 +12: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
Alexander Karatarakis
edb3efcc4e
Merge pull request #137 from pratik149/patch-1
...
Add .svelte in templates
2021-06-22 11:18:05 -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
Alexander Karatarakis
49180ae3d7
[sql] Fix eof
2021-06-13 11:42:17 -07:00
Alexander Karatarakis
f8f247c43b
Merge pull request #127 from kaustavr19/master
...
git attributes file for SQL
2021-06-13 11:41:09 -07:00
Alexander Karatarakis
c1c86be72d
Merge pull request #136 from scottclowe/enh_pyc-export-ignore
...
ENH: Add export-ignore to compiled python files
2021-06-13 11:10:49 -07:00
Alexander Karatarakis
945ac23ee6
Merge pull request #133 from enrique95/patch-1
...
Add `.Rmd` files in R
2021-06-12 21:13:52 -07:00
Alexander Karatarakis
f9c265de0f
Merge pull request #135 from scottclowe/doc_fix-svg-comment
...
DOC: Fix comment about default SVG behaviour (text not binary)
2021-06-12 21:12:53 -07:00
Scott Lowe
492d0bc3bb
ENH: Add export-ignore to compiled python files
...
Since Python uses just-in-time compilation, the compiled binaries
(.pyc and .pyo files) are not something you would want to include
in an archive of a python code base.
Hence we add an export-ignore attribute to these file extensions.
2021-06-10 15:04:56 +01:00
Scott Lowe
0648b3395c
DOC: Fix comment about default SVG behaviour (text not binary)
2021-06-10 14:51:40 +01:00
thompsonmj
bba5b62c95
Add *.avi to video ( #134 )
2021-05-23 14:15:31 +12:00
Richie Bendall
6384b61f88
Update R.gitattributes
2021-05-01 20:05:35 +12:00
Enrique
71a29880c1
Update R.gitattributes
2021-04-30 21:10:50 +02:00
Alexander Karatarakis
8147bab4f2
Update gitattributes link in README
2021-04-29 15:23:12 -07:00
Nisarg Suthar
8d2af0fc15
Flutter ( #130 )
...
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2021-04-03 02:34:26 +13: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