Files
tasknote/.gitignore
T
2026-05-15 16:56:04 +02:00

55 lines
669 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
client/node_modules
client/.pnp
client.pnp.js
# testing
client/coverage
client/cypress/videos
client/cypress/screenshots
# production
client/build
client/dist
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env
# Local PG data
/localpgdata
# IDE
.vscode/
.idea
# Schema Spy
schemaspy/output/
# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.tfplan
tfplan
*.tfvars
*.tfvars.json
override.tf
override.tf.json
_override.tf
_override.tf.json
.terraformrc
terraform.rc