Skip to content

Commit

Permalink
build: Corrigido o .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaszano committed Dec 9, 2023
1 parent 886730f commit 0f42d06
Showing 1 changed file with 18 additions and 25 deletions.
43 changes: 18 additions & 25 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,27 @@
# Visual Studio Code and WebStorm Configuration
.vscode/
.idea/
# Ignore files and folders for npm package

# System Files and Directories
.DS_Store
Thumbs.db

# Local Configuration Files
.env
.env.local
.env.*.local
# GitHub actions
.github/workflows

# TypeScript Source Code
src/
*.tsx
# Husky configuration
.husky

# Compiled JavaScript
dist/
# Node modules
node_modules

# Test Files
test/
*.spec.ts
*.test.ts
*.test.tsx
# Test files
tests

# Development and Configuration Files
.github/workflows
.husky
docs
# Linter configurations
.eslintrc.json
.lintstagedrc.json
.prettierrc.json

# TypeScript configuration
tsconfig.json

# Vite configuration
vite.config.ts

# npm
.npmignore

0 comments on commit 0f42d06

Please sign in to comment.