Skip to content

Commit 23d77ac

Browse files
committed
ignore mud artifacts
1 parent 834d288 commit 23d77ac

File tree

11 files changed

+32
-5
lines changed

11 files changed

+32
-5
lines changed

e2e/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
node_modules
2+
3+
# mud build artifacts
4+
.mud
5+
6+
# sqlite indexer data files
27
*.db
38
*.db-journal

examples/local-explorer/.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
indexer.db
21
node_modules
2+
3+
# mud build artifacts
4+
.mud
5+
6+
indexer.db

examples/minimal/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
node_modules
1+
node_modules
2+
3+
# mud build artifacts
4+
.mud
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
node_modules
1+
node_modules
2+
3+
# mud build artifacts
4+
.mud

examples/multiple-namespaces/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ bindings/
55
artifacts/
66
broadcast/
77

8-
# Ignore MUD deploy artifacts
8+
# mud build artifacts
9+
.mud
910
deploys/**/*.json

templates/phaser/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules
22

3+
# mud build artifacts
4+
.mud
35
# mud sqlite indexer data
46
indexer.db

templates/react-ecs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules
22

3+
# mud build artifacts
4+
.mud
35
# mud sqlite indexer data
46
indexer.db

templates/react/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules
22

3+
# mud build artifacts
4+
.mud
35
# mud sqlite indexer data
46
indexer.db

templates/threejs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules
22

3+
# mud build artifacts
4+
.mud
35
# mud sqlite indexer data
46
indexer.db

templates/vanilla/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules
22

3+
# mud build artifacts
4+
.mud
35
# mud sqlite indexer data
46
indexer.db

0 commit comments

Comments
 (0)