@eljs/create-preset-structure
Version:
Project structure template powered by @eljs/create.
43 lines (34 loc) • 423 B
Plain Text
https://docs.npmjs.com/cli/v8/using-npm/developers#keeping-files-out-of-your-package
System
.DS_Store
.idea/
.vscode/
Cache
.jest-cache/
.turbo/
*.cache
.eslintcache
Temporary
temp/
*.log
*.diff
*.patch
*.tmp
Test
__tests__/
coverage/
linter
.eslintrc.*
eslint.config.*
.eslintignore
Prettier
.prettierrc
prettier.config.*
Setting
tsconfig.json
tsconfig.*.json
Other
src/
scripts/
examples/
docs/