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
Richie Bendall
df1ea4a4bc
Correctly alphabetize rules
2019-07-04 20:31:21 +12:00
Richie Bendall
e13738124e
Merge pull request #96 from Neargye/master
...
add Unity.gitattributes
2019-06-16 01:04:39 +12:00
Richie Bendall
86dceb3f06
Update formatting
...
Made all options start in the same text column
Removed LFS options since it is more likely someone won't want to use LFS
2019-06-16 01:04:15 +12:00
terik23
7a26ba4db9
add Unity.gitattributes
2019-06-15 15:17:55 +05:00
Richie Bendall
96066ed0d4
Gifv support
2019-05-10 18:05:01 +12:00
Richie Bendall
8a6b74ee27
ipynb support
2019-04-27 17:05:41 +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
4f4d06eb03
Pickle support
2019-04-21 21:39:50 +12:00
Richie Bendall
67645384db
Fixed svg type wording
2019-04-21 19:16:56 +12:00