filetree-pro
Version:
A powerful file tree generator for VS Code and Cursor. Generate beautiful file trees in multiple formats with smart exclusions and custom configurations.
28 lines (27 loc) • 379 B
Plain Text
**/*.ts
**/tsconfig.json
**/webpack.config.js
**/jest.config.js
**/.eslintrc.js
**/.prettierrc
**/husky.config.js
**/lint-staged.config.js
**/scripts/
**/src/__tests__/
**/*.test.ts
**/*.spec.ts
**/*.test.js
**/*.spec.js
**/node_modules/
**/.git/
**/.vscode/
**/temp_package/
**/*.vsix
**/dist/
**/coverage/
**/.nyc_output/
**/*.log
**/*.tmp
**/*.cache
**/.DS_Store
**/Thumbs.db