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

390 Commits

Author SHA1 Message Date
Jozef Izso
a5f00095c5
Merge pull request #228 from z3y/master 2024-09-03 15:19:03 +02:00
z3y
7300d4c54a
Fixed indent 2024-09-03 08:30:21 +02:00
z3y
e36ddfd82a
Added blender save versions files
Blender by default creates at least 1 additional file `.blend1`
2024-09-03 08:28:32 +02:00
Adám Brudzewsky
4b01243cf0 Create DyalogAPL.gitattributes 2024-06-19 21:22:56 -07:00
Birger E
46f81f7f44 Fixed spelling mistake in commit ea2378f
Last commit added an exception for LightningData.asset files, however the files generated by unity are named LightingData.asset
2024-06-13 18:23:24 -07:00
Tim Kopplow
ea2378f808 Added LightningData.asset as a binary exception 2024-05-26 23:02:03 -07:00
Manuel
06f75a95ce Update Ada.gitattributes: highlight *.gpr as Ada
GNAT project files have an Ada-like syntax.

https://gcc.gnu.org/onlinedocs/gcc-4.4.6/gnat_ugn_unw/Basic-Syntax.html#Basic-Syntax
2024-05-04 14:50:07 -07:00
Ian Abbott
6254cbbe9d Add more compressed file extensions to Common.gitattributes
Add *.bz, *.bz2, *.bzip2, *.lz, *.lzma, *.rar, *.taz, *.tbz, *.tbz2,
*.tlz, *.txz, *.xz, *.Z, and *.zst as binary files.
2024-03-22 03:13:35 -07:00
Bertrand Guay-Paquet
13ddcd2e6d Update Unity.gitattributes 2024-03-09 23:36:45 -08:00
dependabot[bot]
2aeb855a6b Bump pre-commit/action from 3.0.0 to 3.0.1
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 10:20:59 -08:00
Apoorva Srivastava
f29c024589 Add *.ksh to Common.gitattributes 2024-02-12 09:59:56 -08:00
github-actions
dda385ab70 docs(license): update copyright year(s) 2024-01-02 10:03:43 -08:00
Martin Leduc
1dcb1ff589 Make Git Attribute appear in the language breakdown statistics 2023-12-27 13:17:21 -08:00
Edwin Kofler
a7d11e3e47 feat: Add PHP template 2023-12-27 13:16:12 -08:00
Edwin Kofler
ea0819c364 style: Align attributes 2023-12-27 13:15:06 -08:00
Edwin Kofler
d2dae565d4 feat: Add Hashicorp formats like HCL, Terraform, and Vagrant 2023-12-27 13:15:06 -08:00
Edwin Kofler
1eb0917065 fix(servoy): Typo in attribute key 2023-12-27 13:14:41 -08:00
dependabot[bot]
123adccf6b Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 17:54:05 -08:00
Alexander Karatarakis
dafe4069f2 Add gitattributes.com url to README 2023-12-10 19:02:46 -08:00
Edwin Kofler
ea16268dd4 Add JavaScript .cjs and .mjs extensions 2023-12-10 19:01:52 -08:00
Edwin Kofler
4aea34b873 perf(check.sh): Use POSIX parameter expansion instead of subshell 2023-12-10 18:49:46 -08:00
dependabot[bot]
985783cfdd Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-17 21:55:05 -07:00
Martin Leduc
9631c0f8b2 Re-apply 2023-08-25 15:36:18 -07:00
Alexander Karatarakis
1998a96c37 Add ./check.sh in the README 2023-08-24 20:53:03 -07:00
Alexander Karatarakis
64c374081d
Merge pull request #197 from carlocorradini/script
feat: check script and better maintainability
2023-08-24 20:40:59 -07:00
Carlo Corradini
f9647ec2a5
chore(check.sh): fix unset 2023-08-22 16:48:24 +02:00
Carlo Corradini
aecaa69e90
chore(check.sh): comment 2023-08-22 14:29:29 +02:00
Carlo Corradini
830ff1b812
fix: fix missing git directory while calling git 2023-08-20 01:16:58 +02:00
carlocorradini
dd6b4d15c8
chore(ci/license): fix end of line 2023-08-19 19:26:24 +02:00
carlocorradini
75a34344cf
feat: check script and better maintainability 2023-08-19 19:09:23 +02:00
Alexander Karatarakis
6f6c1474e1
Merge pull request #196 from carlocorradini/master
docs: posix compliant script
2023-08-18 14:39:16 -07:00
Carlo Corradini
a9b4cc3d8b
docs: posix compliant script 2023-08-17 13:06:00 +02:00
Alexander Karatarakis
8075afad8d
Merge pull request #195 from FurkanKambay/unity
Update Unity part 2
2023-08-02 14:10:59 -07:00
Furkan Kambay
a4850ae1c1 Add back eol=lf to YAML files 2023-07-31 22:52:21 +03:00
Furkan Kambay
cc4498aed0 Hide Plugins folder from stats 2023-07-31 22:32:14 +03:00
Furkan Kambay
d8af45fda7 Change binary files to lfs 2023-07-31 22:19:26 +03:00
Alexander Karatarakis
f8dee49090
Merge pull request #194 from FurkanKambay/unity
Update Unity gitattributes
2023-07-30 19:34:44 -07:00
Furkan Kambay
92af205f99 Split up unity files by category 2023-07-29 04:13:42 +03:00
Furkan Kambay
20cee228af Add preset files 2023-07-29 04:05:53 +03:00
Furkan Kambay
f4438fe0e2 Add signal file 2023-07-29 03:01:55 +03:00
Furkan Kambay
7ec3530091
Show uxml files in stats 2023-07-29 02:49:25 +03:00
Furkan Kambay
39778a3f49 Add 1 missing Unity file 2023-07-28 04:42:15 +03:00
Furkan Kambay
dcf05234fd Add 2 missing Unity YAML file types 2023-07-28 04:16:34 +03:00
Furkan Kambay
fe1bd9e641 Add more Unity YAML files 2023-07-28 03:37:01 +03:00
Furkan Kambay
04643021be Add more Unity non-YAML files with languages set 2023-07-28 03:37:01 +03:00
Furkan Kambay
15a31397aa Make it optional to collapse YAML diffs, and combine it in macro 2023-07-28 03:37:01 +03:00
Furkan Kambay
c92a6c820e Set linguist language in unity-yaml macro 2023-07-28 03:37:01 +03:00
Furkan Kambay
8ba7f0b2e0 Remove unused extensions 2023-07-28 03:37:01 +03:00
Furkan Kambay
d831711411 Sort lines alphabetically 2023-07-28 03:37:01 +03:00
Furkan Kambay
f967e5ec30 Align everything 2023-07-28 03:36:26 +03:00