mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Add .prettierignore file (#6914)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user