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 54a2247
Show file tree
Hide file tree
Showing 9 changed files with 1,292 additions and 2,135 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Vendored files
noble-hashes.js
noble-ed25519.js
132 changes: 0 additions & 132 deletions auth/.prettierignore

This file was deleted.

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 54a2247

Please sign in to comment.