6bed393c12
Backend Tests / backend-unit-test (push) Has been cancelled
Backend Tests / benchmark-test (push) Has been cancelled
CI@main / Node.js v22 (ubuntu-latest) (push) Has been cancelled
Thrift Syntax Validation / validate-thrift (push) Has been cancelled
License Check / License Check (push) Has been cancelled
36 lines
451 B
Plaintext
36 lines
451 B
Plaintext
# Exclude node_modules directories
|
|
**/node_modules
|
|
**/node_modules/**
|
|
|
|
# Exclude build artifacts
|
|
**/dist
|
|
**/build
|
|
**/.rush/temp
|
|
**/.rush/build-cache
|
|
**/common/temp
|
|
|
|
# Exclude development files
|
|
**/.git
|
|
**/.gitignore
|
|
**/.eslintrc*
|
|
**/.prettierrc*
|
|
**/*.log
|
|
|
|
# Exclude test files
|
|
**/__tests__
|
|
**/*.test.*
|
|
**/*.spec.*
|
|
|
|
# Exclude documentation
|
|
**/README.md
|
|
**/CHANGELOG.md
|
|
**/docs
|
|
|
|
# Exclude IDE files
|
|
**/.vscode
|
|
**/.idea
|
|
**/*.swp
|
|
**/*.swo
|
|
*.iml
|
|
*.iws
|
|
*.ipr |