Skip to content

Commit

Permalink
prettierignore -- ignore .gitkeep and yaml (#3214)
Browse files Browse the repository at this point in the history
* prettierignore -- skip gitkeep and yaml

* Update .prettierignore

* Update .prettierignore - ignore toml
  • Loading branch information
bcolloran authored Oct 18, 2023
1 parent 0fb33e6 commit bf20fc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ admin/
state/
static/
temp/
dev-project/
proto/

.env
Expand All @@ -23,6 +24,7 @@ proto/
*.txt
*.db
*.wal
*.toml
*.parquet
*.parquet.gz
.travis.yml
Expand All @@ -35,6 +37,8 @@ _redirects
log
*.log
.gitignore
.gitkeep
.eslintignore
.prettierignore
Dockerfile
Duckdb-Dockerfile
Expand All @@ -53,4 +57,4 @@ sql/

# generated by Orval
web-common/src/runtime-client/gen/index.schemas.ts
web-admin/src/client/gen/index.schemas.ts
web-admin/src/client/gen/index.schemas.ts

0 comments on commit bf20fc4

Please sign in to comment.