chore: exclude .windsurf, test-results, wallet files from git tracking
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -124,6 +124,25 @@ temp/
|
||||
*.bak
|
||||
*.backup
|
||||
|
||||
# ===================
|
||||
# Windsurf IDE
|
||||
# ===================
|
||||
.windsurf/
|
||||
.snapshots/
|
||||
|
||||
# ===================
|
||||
# Test Results & Artifacts
|
||||
# ===================
|
||||
test-results/
|
||||
**/test-results/
|
||||
|
||||
# ===================
|
||||
# Wallet files (contain keys/balances)
|
||||
# ===================
|
||||
home/client/client_wallet.json
|
||||
home/genesis_wallet.json
|
||||
home/miner/miner_wallet.json
|
||||
|
||||
# ===================
|
||||
# Project Specific
|
||||
# ===================
|
||||
|
||||
Reference in New Issue
Block a user