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

376 Commits

Author SHA1 Message Date
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
Gert Vilain
ea85312b64
Add jks extension as a binary 2020-05-04 15:46:40 +02:00
Richie Bendall
4c310008ea
Merge pull request #109 from skarzi/patch-1
add python stubs files (.pyi)
2020-04-15 11:00:00 +12:00
Łukasz Skarżyński
2f9f9e7463
add python stubs files (.pyi) 2020-04-14 21:15:30 +02: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
John Gardner
4feef52ca2 chore: Fix highlighting of *.gitattributes files (#105) 2020-01-08 01:31:47 +13:00
Dmytro Gokun
5a965d3a00 feat: Add .tgz support to Common.gitattributes (#104) 2019-12-28 23:43:59 +13:00
Nick Brook
0bfe1e5741 feat: Preserve line endings in patch files (#102)
I believe this is the correct attribute for patch files, where line endings can be mixed – the patch statements use LF, but the patch contents can be CRLF or LF
2019-11-09 12:32:15 +13:00
Christian Riedel
b5454117ab fix: Deleted doubled file types with wrong category (#101) 2019-10-17 19:42:41 +13:00
sAy
79abafdfba feat: Add .fish scripts support to Common.gitattributes 2019-09-28 12:55:09 +12:00
Richie Bendall
1a244a6394
feat: Support *.adb and *.ads 2019-07-17 15:25:27 +12:00
Richie Bendall
9529063c54
feat: Support *.p 2019-07-17 15:23:10 +12:00
Richie Bendall
ac5035e1d2
feat: Support *.for 2019-07-17 15:21:18 +12:00
Richie Bendall
5ae94608ba
feat: Support more types of Python files 2019-07-17 15:18:38 +12:00
Richie Bendall
abb2095fa5
Merge pull request #99 from mig4/rebalance-java-common
Rebalance Java and Common
2019-07-14 13:28:59 +12:00
Richie Bendall
aef3563e0b
chore 2019-07-14 13:28:42 +12:00
mig4
b7c0d53361
Rebalance Java and Common
Remove duplicated rules from `Java`, and move those that make sense to
`Common`. This way both rules files can be used together, and the
settings for more generic files like shell scripts, JSON, YAML can be
more easily applied to other types of projects.

Add settings that ensure Windows based scripts (`.bat` and `.cmd`) end
with CRLF.
2019-07-13 21:06:52 +01:00
Richie Bendall
aa3d5837de
Merge pull request #98 from sobolevn/patch-1
docs: Add link to Github specific grammar
2019-07-11 17:53:23 +12:00
Richie Bendall
8212a8c276
docs: Update wording of added link 2019-07-11 17:52:56 +12:00
Nikita Sobolev
b5e2f28afa
Adds link to the Github specific
There are several specific Github attributes to control how you changes and source code are presented.
For example, one can use `linguist-generated` or `linguist-vendored` and  to discard some files from language index.

Examples:
- https://github.com/wemake-services/wemake-django-template/blob/master/.gitattributes
- https://help.github.com/en/articles/customizing-how-changed-files-appear-on-github
2019-07-08 15:33:17 +03:00
Richie Bendall
29e6446404
feat: Add note for using Git LFS 2019-07-06 21:01:51 +12:00
Richie Bendall
ade265026b
Merge pull request #97 from Dinsen/master
Added Swift.gitattributes
2019-07-06 13:26:22 +12:00
Richie Bendall
ae07f3d5d6
chore: Add top comment 2019-07-06 13:26:08 +12:00
Dinsen
472ace07bd
Added Swift.gitattributes 2019-07-06 00:50:35 +02:00
Richie Bendall
dd8fd1a58b
Remove extra spaces 2019-07-04 20:32:22 +12:00