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:
Greg Nazario 2024-02-06 11:43:00 -08:00
parent 4488915eec
commit 569cb7b6bf
No known key found for this signature in database
GPG Key ID: 2FEE8972CAFCE8CD
1 changed files with 6 additions and 0 deletions

6
Move.gitignore Normal file
View File

@ -0,0 +1,6 @@
# Generated by Move
# will have compiled files
build/
# Remove possibly saving credentials to the git repository
.aptos/