.npmignore
1 # Source files 2 src/ 3 public/ 4 static/ 5 6 # Development files 7 .vite/ 8 node_modules/ 9 .DS_Store 10 .env 11 .env.* 12 *.log 13 npm-debug.log* 14 yarn-debug.log* 15 yarn-error.log* 16 17 # Configuration files 18 .eslintrc 19 .prettierrc 20 .gitignore 21 vite.config.ts 22 tsconfig.json 23 tsconfig.app.json 24 tsconfig.node.json 25 26 # Only include the dist folder for the package 27 !dist/