generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
47 lines (42 loc) · 1.22 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# line endings
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
package.json text eol=lf
package-lock.json text eol=lf
yarn.lock text eol=lf
*.sh text eol=lf
# Excludes documentation files from your project's language stats.
doc/* linguist-documentation
# Set standard handling for shell script files
*.sh linguist-language=Shell
*.html diff=html
*.css diff=css
*.scss diff=css
*.md diff=markdown
*.rb diff=ruby
*.rake diff=ruby
*.gemspec diff=ruby
*.json diff=json
*.yaml diff=yaml
*.yml diff=yaml
*.js diff=javascript
*.jsx diff=javascript
*.ts diff=typescript
*.tsx diff=typescript
package.json diff=json
package-lock.json diff=json
yarn.lock diff=plaintext
*.sh diff=sh
# Make your credentials diff readable
config/credentials/*.yml.enc diff=rails_credentials
config/credentials.yml.enc diff=rails_credentials
# Global fallback for text files
*.txt text