Skip to content

Commit d66b34c

Browse files
committed
chore: ignore wallet-operator-mapper runtime artifacts
Add gitignore rules for wallet-operator-mapper script working files: - .env for local configuration - data/ directory for analysis outputs - JSON mapping files generated during execution - package-lock.json for npm dependency lock These files are runtime artifacts that should not be tracked.
1 parent 6461451 commit d66b34c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,9 @@ tmp/
6666

6767
# Output directory
6868
out/
69+
70+
# Script working directories and artifacts
71+
scripts/wallet-operator-mapper/.env
72+
scripts/wallet-operator-mapper/data/
73+
scripts/wallet-operator-mapper/*.json
74+
scripts/wallet-operator-mapper/package-lock.json

0 commit comments

Comments
 (0)