Skip to content

Commit

Permalink
chore: add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLizu committed Oct 29, 2024
1 parent 35d5ccf commit 29dbad0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Exclude TypeScript source files
src/**/*.ts

# Exclude test files
test/
__tests__/
*.test.ts

# Exclude configuration and meta files
.npmignore
.github/
*.yml
*.yaml
jest.config.*
tsconfig.json

# Exclude development dependencies and environment files
.env
.env.local
*.log
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"user-sockets",
"WebSockets"
],
"files": [
"dist/",
"package.json",
"README.md"
],
"dependencies": {
"redis": "^4.7.0",
"socket.io": "^4.8.1"
Expand Down

0 comments on commit 29dbad0

Please sign in to comment.