]> source.dussan.org Git - gitignore.git/commitdiff
Adds Move language 4408/head
authorGreg Nazario <greg@gnazar.io>
Tue, 6 Feb 2024 19:43:00 +0000 (11:43 -0800)
committerGreg Nazario <greg@gnazar.io>
Wed, 2 Oct 2024 21:46:31 +0000 (14:46 -0700)
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.

community/Move.gitignore [new file with mode: 0644]

diff --git a/community/Move.gitignore b/community/Move.gitignore
new file mode 100644 (file)
index 0000000..b7d406e
--- /dev/null
@@ -0,0 +1,6 @@
+# Generated by Move
+# will have compiled files
+build/
+
+# Remove possibly saving credentials to the git repository
+.aptos/