Skip to content

Commit

Permalink
chore: update prettier ignore (#1441)
Browse files Browse the repository at this point in the history
* chore: update prettier ignore

* fix: update path to files to ignore in prettier and gitignore
  • Loading branch information
Codigo-Fuentes authored Feb 23, 2022
1 parent 82af6b8 commit 7d88392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ site/public
.local
.supabase

public/sitemap.xml
public/robots.txt
packages/website/public/robots.txt
packages/website/public/sitemap.xml
packages/api/docker/compose
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ CHANGELOG.md
*.toml
packages/client/src/lib/interface.ts
*.mdx
packages/website/public/robots.txt
packages/website/public/sitemap.xml

0 comments on commit 7d88392

Please sign in to comment.