Skip to content

Commit

Permalink
Fix gitignore issues, lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-white authored and gregnazario committed Apr 25, 2022
1 parent 0638ee1 commit 4482aaa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions ecosystem/web-wallet/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.env.development.local
.env.test.local
.env.production.local
.yarn-integrity
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2 changes: 1 addition & 1 deletion ecosystem/web-wallet/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Aptos Web Wallet
# Aptos Web Wallet
10 changes: 0 additions & 10 deletions node_modules/.yarn-integrity

This file was deleted.

2 changes: 1 addition & 1 deletion x.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ globs = ["developer-docs-site/**/*", "documentation/**/*", "docker/**/*", "langu
mark-changed = []

[[determinator.path-rule]]
# Ignore typescript
# Ignore ecosytem typescript
globs = ["ecosystem/typescript/**/*", "ecosystem/web-wallet/**/*"]
mark-changed = []

Expand Down

0 comments on commit 4482aaa

Please sign in to comment.