Skip to content

Commit

Permalink
Add .vscode to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoguerios committed Aug 1, 2023
1 parent c0c288f commit ad1b01f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions balancer-js/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ cache/
balancer-js.iml
temp/
src/contracts/

.vscode/*
2 changes: 1 addition & 1 deletion balancer-js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@balancer-labs/sdk": ["src/index.ts"],
"@balancer-labs/sdk": ["src/index.ts"]
}
},
"include": ["./src", "./examples", "src/abi/*.json"],
Expand Down

0 comments on commit ad1b01f

Please sign in to comment.