Add .prettierignore file (#6914)
This commit is contained in:
parent
a8cac96cc9
commit
bedd1d2c20
1 changed files with 20 additions and 0 deletions
20
.prettierignore
Normal file
20
.prettierignore
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
**/bundle
|
||||
**/coverage
|
||||
**/dist
|
||||
**/.git
|
||||
**/node_modules
|
||||
.docker
|
||||
.DS_Store
|
||||
.env
|
||||
.gemini/
|
||||
.idea
|
||||
.integration-tests/
|
||||
*.iml
|
||||
*.tsbuildinfo
|
||||
*.vsix
|
||||
bower_components
|
||||
eslint.config.js
|
||||
**/generated
|
||||
gha-creds-*.json
|
||||
junit.xml
|
||||
Thumbs.db
|
||||
Loading…
Add table
Reference in a new issue