Skip to content

Commit

Permalink
Fix sync from aptos-core
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemitenkov committed Jan 21, 2025
1 parent 017abd4 commit 53375a0
Show file tree
Hide file tree
Showing 10 changed files with 269 additions and 738 deletions.
31 changes: 23 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
# Ensure that text files that any contributor introduces to the repository
# have their line endings normalized to LF
* text=auto
* text=auto eol=lf

# All known text filetypes
*.md text
*.proto text
*.rs text
*.sh text
*.toml text
*.txt text
*.yml text
*.cfg text eol=lf
*.Dockerfile text eol=lf
*.hcl text eol=lf
*.json text eol=lf
*.md text eol=lf
*.move text eol=lf
*.proto text eol=lf
*.py text eol=lf
*.rs text eol=lf
*.sh text eol=lf
*.tf text eol=lf
*.toml text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf

# Ensure that powerscript files are not auto-converted
*.ps1 binary

# Use Move syntax highlighter for Move IR code
*.mvir linguist-language=Move

# Generated files, dont show diffs etc
**/src/pb/*.rs linguist-generated=true
*.fixture linguist-generated=true
3 changes: 0 additions & 3 deletions .github/actions/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/actions/slack-file/action.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/actions/slack-file/message_file_to_slack.sh

This file was deleted.

Loading

0 comments on commit 53375a0

Please sign in to comment.