mirror of
https://github.com/LukeHagar/prettier-plugin-openapi.git
synced 2025-12-06 04:21:03 +00:00
38 lines
367 B
Plaintext
38 lines
367 B
Plaintext
# Source files
|
|
src/
|
|
test/
|
|
examples/
|
|
|
|
# Development files
|
|
.github/
|
|
.husky/
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Configuration files
|
|
.eslintrc.js
|
|
.prettierrc.js
|
|
.prettierignore
|
|
bunfig.toml
|
|
tsconfig.json
|
|
|
|
# Documentation
|
|
DEVELOPMENT.md
|
|
*.md
|
|
!README.md
|
|
|
|
# Build artifacts
|
|
coverage/
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
bun.lock
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|