The .rush/temp folder should not be committed. See https://rushjs.io/pages/commands/rush_build/
22 lines
231 B
Plaintext
22 lines
231 B
Plaintext
# Logs
|
|
*.log
|
|
|
|
# Generated files
|
|
/dist/
|
|
out/
|
|
server/
|
|
node_modules/
|
|
gen/
|
|
artifacts/
|
|
|
|
# Integration test artifacts
|
|
**/.vscode-test/**
|
|
|
|
# Visual Studio workspace state
|
|
.vs/
|
|
|
|
# Rush files
|
|
/common/temp/**
|
|
package-deps.json
|
|
**/.rush/temp
|