diff options
author | Devin Dooley <dooleydevin@github.com> | 2024-10-15 09:55:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 09:55:18 -0700 |
commit | 53cf297127b8c4613f5f3331b55cd7f465581e53 (patch) | |
tree | 13c1892c01a3d959e719007eac4445f102c386a5 | |
parent | 274c32303f1f86a42db55e2dab3107e560714010 (diff) | |
parent | ad949c4f0161fcd1df070262cef7c70bdc1b3d4e (diff) | |
download | gitignore-53cf297127b8c4613f5f3331b55cd7f465581e53.tar.gz gitignore-53cf297127b8c4613f5f3331b55cd7f465581e53.zip |
Merge pull request #4408 from gregnazario/add-move
Adds Move language
-rw-r--r-- | community/Move.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/Move.gitignore b/community/Move.gitignore new file mode 100644 index 00000000..b7d406e7 --- /dev/null +++ b/community/Move.gitignore @@ -0,0 +1,6 @@ +# Generated by Move +# will have compiled files +build/ + +# Remove possibly saving credentials to the git repository +.aptos/ |