Files
web-crm.mcmed.ru/backend/.gitignore
Viktoria Polyakova 4fb101c5db Init
2026-01-25 08:57:38 +00:00

45 lines
506 B
Plaintext

# compiled output
/dist
/node_modules
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
# IDEs and editors
/.idea
.run
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode
# Http request env
artifacts/_environment-config/http-client.env.json
# Environment configuration
.env.local
# Yarn
.yarn/cache/
.yarn/unplugged/
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*