Adds Move language
Move language is used for MoveVM based blockchains as the language native to them. The compiler provides a folder build/ that holds the build artifacts. The .aptos/ folder is ignored so people do not upload their private keys to a git repository.
This commit is contained in:
parent
3674ae092f
commit
ad949c4f01
1 changed files with 6 additions and 0 deletions
6
community/Move.gitignore
Normal file
6
community/Move.gitignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Generated by Move
|
||||
# will have compiled files
|
||||
build/
|
||||
|
||||
# Remove possibly saving credentials to the git repository
|
||||
.aptos/
|
||||
Loading…
Add table
Add a link
Reference in a new issue