Skip to content

Commit 1e4f784

Browse files
authored
Update .gitignore
1 parent 58eb14d commit 1e4f784

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
build/
1+
# Aptos Move build artifacts
2+
**/build/
3+
.move/
4+
**/Move.lock
5+
6+
# OS / editors
7+
.DS_Store
8+
Thumbs.db
9+
.idea/
10+
.vscode/

0 commit comments

Comments
 (0)