Skip to content

Commit d0681a0

Browse files
committed
Add opensvm-dioxus/target to .gitignore
* Ignore the `opensvm-dioxus/target` directory to prevent it from being tracked by Git
1 parent cab40a1 commit d0681a0

File tree

68 files changed

+9
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+9
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tasks": {
3+
"build": "npm install",
4+
"test": "echo \"No test scripts defined in package.json\""
5+
}
6+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ yarn-error.*
3535
# typescript
3636
*.tsbuildinfo
3737
.vercel
38+
39+
# opensvm-dioxus
40+
opensvm-dioxus/target
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)