1
0
mirror of https://github.com/github/gitignore synced 2024-11-21 19:24:21 +01:00
gitignore/community/Move.gitignore
Greg Nazario ad949c4f01
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.
2024-10-02 14:46:31 -07:00

7 lines
122 B
Plaintext

# Generated by Move
# will have compiled files
build/
# Remove possibly saving credentials to the git repository
.aptos/