59 lines
633 B
Plaintext
59 lines
633 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Build outputs
|
|
dist
|
|
dist-ssr
|
|
build
|
|
*.local
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
*.swp
|
|
*~
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Cache and temporary files
|
|
.cache
|
|
.tmp
|
|
.temp
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Test coverage
|
|
coverage
|
|
*.lcov
|
|
.nyc_output
|
|
|
|
# Legacy and Platform Specific
|
|
Modulos Angular/
|
|
Sistema_zentulo_analise/
|
|
prafrota_fe-main/
|