Skip to content

Commit

Permalink
Merge pull request #405 from MindfulAI-Copilots-Bots/FabianaCampanari…
Browse files Browse the repository at this point in the history
…-patch-1

.prettierignore
  • Loading branch information
FabianaCampanari authored Apr 12, 2024
2 parents 7270435 + e157f76 commit d707918
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# It would be nice to remove this file and use .gitignore instead however we need to add package.json and __fixtures__

/node_modules
/config.js
/coverage
/dist
/tmp
.DS_Store
.cache
/*.log
package.json
**/__fixtures__/
**/__mocks__/
.clinic/
.eslintcache

# generated code
**/*.generated.ts
/tools/dist
/patches
**/tmp/

0 comments on commit d707918

Please sign in to comment.