First commit: Tryton client using TypeScript
This commit is contained in:
31
.npmignore
Normal file
31
.npmignore
Normal file
@@ -0,0 +1,31 @@
|
||||
# Archivos de desarrollo
|
||||
*.ts
|
||||
tsconfig.json
|
||||
.vscode
|
||||
.idea
|
||||
.DS_Store
|
||||
|
||||
# Archivos de Node.js
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Tests
|
||||
*.test.ts
|
||||
*.spec.ts
|
||||
test/
|
||||
tests/
|
||||
__tests__/
|
||||
coverage/
|
||||
|
||||
# Build temporales
|
||||
*.tsbuildinfo
|
||||
.cache
|
||||
|
||||
# Otros
|
||||
.git
|
||||
.gitignore
|
||||
.npmignore
|
||||
*.md.backup
|
||||
Reference in New Issue
Block a user