Files
PerformanceTests/.gitignore
T

29 lines
249 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# K6 test artifacts
results/
*.json
summary.json
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Temp files
.tmp/
tmp/
*.log