Skip to content

Commit ad949c4

Browse files
committed
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.
1 parent 3674ae0 commit ad949c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

community/Move.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated by Move
2+
# will have compiled files
3+
build/
4+
5+
# Remove possibly saving credentials to the git repository
6+
.aptos/

0 commit comments

Comments
 (0)