2023-06-08 07:49:29 +00:00
|
|
|
# Dir for API portal deploy
|
|
|
|
dist/
|
|
|
|
out/
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directory
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Frontend
|
|
|
|
/lib
|
2024-01-09 10:51:30 +00:00
|
|
|
.openapitools.json
|
2023-06-08 07:49:29 +00:00
|
|
|
|
|
|
|
# Other
|
2023-06-22 09:01:37 +00:00
|
|
|
.DS_Store
|