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
David Fong
c9e0391fd0
Add CRLF EOL for Window-specific file formats and add diffs ( #129 )
2021-03-23 18:02:16 +13:00
Houston Haynes
dcf1bcdba9
Add F# and tweak C# ( #128 )
...
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2021-03-10 19:41:29 +13:00
Kaustav Roy
63257c41df
git attributes file for SQL
2021-03-08 21:21:38 +05:30
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
Jason Smart
02a6278bad
Remove crlf for ps1 as it is cross-platform ( #125 )
2021-02-14 16:32:25 +13:00
Richie Bendall
a65450a505
Add Elixir ( #123 )
...
see https://github.com/elixir-lang/elixir/blob/master/.gitattributes
2020-11-18 23:55:43 +13:00
Richie Bendall
66861f5bb9
Update Elixir.gitattributes
2020-11-18 23:40:10 +13:00
Jean-Philippe CARUANA
564289121e
Add Elixir support
...
see https://github.com/elixir-lang/elixir/blob/master/.gitattributes
2020-11-18 11:26:41 +01:00
Alexander Karatarakis
5f49cd9141
Merge pull request #121 from jimustafa/master
...
add `pre-commit` workflow for simple commit/PR checking
2020-11-11 12:32:09 +01:00
Jamal Mustafa
220fbd35a2
apply pre-commit
fixes
...
- add missing EOF newline
- trim trailing whitespace
2020-11-08 14:23:30 -08:00
Jamal Mustafa
f3bc4111cc
add pre-commit
workflow
2020-11-08 14:22:14 -08:00
LightJiao
c71a5f608d
Add Spine Unity export file ( #120 )
2020-10-19 23:17:10 +13:00
Jonas A. Wendorf
6e6199d553
Added Vim ( #119 )
2020-10-15 10:46:15 +13:00
Kautilya Save
f017637f08
Normalize tabs to space ( #117 )
...
Removed mix tabs + spaces
2020-07-28 11:22:34 +12:00
Richie Bendall
c198741606
Exclude .gitkeep files from exports
2020-07-15 01:05:45 +12:00
Mark Mikofski
9932170935
Treat *.Rdata, *.RData and *.rda as binary and treat *.Rproj as text ( #116 )
...
also add Rproj
2020-06-29 13:44:53 +12:00
Alexander Karatarakis
b39831cc7f
Merge pull request #115 from alexkaratarakis/wwaproj
...
[VisualStudio] wmaproj -> wwaproj
2020-06-15 20:57:28 -07:00
Richie Bendall
d2a503cf26
Fix misspelling
...
Fixes : #114
2020-06-16 15:57:01 +12:00
Alexander Karatarakis
08af6d0d68
[VisualStudio] wmaproj -> wwaproj
...
#114
2020-06-15 20:56:20 -07:00
wuyudi
c088aa0019
Add Mathematica ( #113 )
2020-05-19 16:10:47 +12:00
Richie Bendall
f051ad318b
Merge pull request #110 from GertVil/patch-1
2020-05-05 03:19:09 +12:00