mirror of
https://github.com/xtr-dev/payload-feature-flags.git
synced 2025-12-10 02:43:25 +00:00
Refactor feature flag utilities to inject Payload instance, add strict types, and update .npmignore settings
This commit is contained in:
50
.npmignore
Normal file
50
.npmignore
Normal file
@@ -0,0 +1,50 @@
|
||||
# Source files
|
||||
src/
|
||||
dev/
|
||||
.next/
|
||||
.turbo/
|
||||
|
||||
# Development files
|
||||
*.log
|
||||
.env*
|
||||
.DS_Store
|
||||
*.tsbuildinfo
|
||||
.turbo
|
||||
.cache
|
||||
.temp
|
||||
.tmp
|
||||
|
||||
# Test files
|
||||
*.test.*
|
||||
*.spec.*
|
||||
e2e/
|
||||
tests/
|
||||
__tests__/
|
||||
|
||||
# Development dependencies
|
||||
node_modules/
|
||||
coverage/
|
||||
|
||||
# Build configs
|
||||
.swcrc
|
||||
tsconfig.json
|
||||
vitest.config.ts
|
||||
playwright.config.ts
|
||||
next.config.mjs
|
||||
eslint.config.js
|
||||
|
||||
# Documentation (keep README.md)
|
||||
docs/
|
||||
.github/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Only include built files
|
||||
!dist/
|
||||
!package.json
|
||||
!README.md
|
||||
!LICENSE
|
||||
Reference in New Issue
Block a user