sacg-cronogramas/.gitignore
2025-05-07 11:12:08 -04:00

75 lines
1.0 KiB
Plaintext

# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
# Compiled output
/dist
/tmp
/out-tsc
/bazel-out
/build
backend/dist
backend/build
# Node
/node_modules
backend/node_modules
npm-debug.log
yarn-error.log
pnpm-debug.log*
yarn-debug.log*
lerna-debug.log*
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
backend/coverage
backend/.nyc_output
/libpeerconnection.log
testem.log
/typings
.temp
.tmp
# System files
.DS_Store
Thumbs.db
.sonarlint
.vscode
.scannerwork
package-lock.json
backend/package-lock.json
**/.claude/settings.local.json
# Environment variables
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Diagnostic reports
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json