Skip to content

Commit 66a9fe4

Browse files
Fix sync from aptos-core
1 parent 14ce0b8 commit 66a9fe4

10 files changed

Lines changed: 271 additions & 740 deletions

File tree

.gitattributes

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
# Ensure that text files that any contributor introduces to the repository
22
# have their line endings normalized to LF
3-
* text=auto
3+
* text=auto eol=lf
44

55
# All known text filetypes
6-
*.md text
7-
*.proto text
8-
*.rs text
9-
*.sh text
10-
*.toml text
11-
*.txt text
12-
*.yml text
6+
*.cfg text eol=lf
7+
*.Dockerfile text eol=lf
8+
*.hcl text eol=lf
9+
*.json text eol=lf
10+
*.md text eol=lf
11+
*.move text eol=lf
12+
*.proto text eol=lf
13+
*.py text eol=lf
14+
*.rs text eol=lf
15+
*.sh text eol=lf
16+
*.tf text eol=lf
17+
*.toml text eol=lf
18+
*.txt text eol=lf
19+
*.yaml text eol=lf
20+
*.yml text eol=lf
21+
22+
# Ensure that powerscript files are not auto-converted
23+
*.ps1 binary
1324

1425
# Use Move syntax highlighter for Move IR code
1526
*.mvir linguist-language=Move
27+
28+
# Generated files, dont show diffs etc
29+
**/src/pb/*.rs linguist-generated=true
30+
*.fixture linguist-generated=true

.github/actions/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/actions/slack-file/action.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/actions/slack-file/message_file_to_slack.sh

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)