first commit
This commit is contained in:
33
.openapi-generator-ignore
Normal file
33
.openapi-generator-ignore
Normal file
@@ -0,0 +1,33 @@
|
||||
# OpenAPI Generator Ignore File
|
||||
# Archivos que no queremos generar
|
||||
|
||||
# Documentación
|
||||
README.md
|
||||
.gitignore
|
||||
git_push.sh
|
||||
|
||||
# NPM
|
||||
.npmignore
|
||||
package.json
|
||||
package-lock.json
|
||||
|
||||
# TypeScript config
|
||||
tsconfig.json
|
||||
tsconfig.spec.json
|
||||
|
||||
# Angular specific
|
||||
angular.json
|
||||
karma.conf.js
|
||||
|
||||
# Tests que no usamos
|
||||
*.spec.ts
|
||||
|
||||
# Variables de entorno
|
||||
variables.ts
|
||||
configuration.ts
|
||||
|
||||
# Encoder
|
||||
encoder.ts
|
||||
|
||||
# API base que usamos nuestra propia implementación
|
||||
api.ts
|
||||
Reference in New Issue
Block a user