Skip to content

Commit

Permalink
feedback: ignore vendored tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Aug 9, 2024
1 parent d599533 commit 5d124f9
Show file tree
Hide file tree
Showing 8 changed files with 1,291 additions and 2,001 deletions.
4 changes: 4 additions & 0 deletions auth/.prettierignore → .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ typechain-types/
test-results/
playwright-report/
playwright/.cache/

# Vendored files
noble-hashes.js
noble-ed25519.js
4 changes: 2 additions & 2 deletions auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"start": "serve",
"test": "jest",
"prettier:check": "prettier --check \"**/*.{css,html,js,json,md,ts,tsx,yaml,yml}\" --ignore-path ./.prettierignore",
"prettier:write": "prettier --write \"**/*.{css,html,js,json,md,ts,tsx,yaml,yml}\" --ignore-path ./.prettierignore"
"prettier:check": "prettier --check \"**/*.{css,html,js,json,md,ts,tsx,yaml,yml}\" --ignore-path ../.prettierignore",
"prettier:write": "prettier --write \"**/*.{css,html,js,json,md,ts,tsx,yaml,yml}\" --ignore-path ../.prettierignore"
},
"repository": "[email protected]:tkhq/frames.git",
"author": "Turnkey <[email protected]>",
Expand Down
132 changes: 0 additions & 132 deletions export/.prettierignore

This file was deleted.

Loading

0 comments on commit 5d124f9

Please sign in to comment.