## Integrations team

# Reports for the jest tests
**test-report.html

# Exclude package-lock.json from the repo
package-lock.json
packages/*/yarn.lock

# Cypress
cypress/screenshots
cypress/videos

node_modules

# Verdaccio
/resources/publish/storage

## Generated by Nx
.nx

# compiled output
dist
/tmp
/out-tsc
!packages/ckeditor5/dist/

# dependencies
/node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Thumbs.db

# Terraform files
.terraformrc
terraform.rc
**/.terraform/*
*.tfstate
*.tfstate.*
*.log

app.*.json
app.*.js

**/environments/environment.prod.ts
**/git-data.json
.env

# Ignores all .hot-update.js files
**.hot-update.js

# Ignore yarn.lock
yarn.lock

