From 569cb7b6bfd5e97a63e4183c5a0e43a3be29225d Mon Sep 17 00:00:00 2001 From: Greg Nazario Date: Tue, 6 Feb 2024 11:43:00 -0800 Subject: [PATCH] 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. --- Move.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Move.gitignore diff --git a/Move.gitignore b/Move.gitignore new file mode 100644 index 00000000..b7d406e7 --- /dev/null +++ b/Move.gitignore @@ -0,0 +1,6 @@ +# Generated by Move +# will have compiled files +build/ + +# Remove possibly saving credentials to the git repository +.aptos/