Skip to content

Commit

Permalink
Fix .gitignore and .prettierignore for vite package
Browse files Browse the repository at this point in the history
  • Loading branch information
lolmaus committed Oct 5, 2023
1 parent 05ce3f7 commit 58a2603
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# No need to run prettier here
*.md
*.md
*.yml
*.yaml
*.html
Expand Down Expand Up @@ -35,10 +35,8 @@
/packages/addon-dev/**/*.d.ts
/tests/fixtures/
/packages/vite/index.mjs
/packages/vite/index.d.ts
/packages/vite/src/**/*.js
/packages/vite/src/**/*.d.ts

/packages/vite/**/*.js
/packages/vite/**/*.d.ts

# unconventional js
/blueprints/*/files/
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
/src/**/*.js
/src/**/*.d.ts
/src/**/*.map
/*/tests/**/*.js
/*/tests/**/*.d.ts
/*/tests/**/*.map
/tests/**/*.js
/tests/**/*.d.ts
/tests/**/*.map

0 comments on commit 58a2603

Please sign in to comment.