forked from HubDApp/Dongle-Smartcontract
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (35 loc) · 1.29 KB
/
Copy path.gitignore
File metadata and controls
35 lines (35 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
target/
dongle-smartcontract/target/
# Windows installer binary — must never be committed to the source tree
rustup-init.exe
dongle-smartcontract/Cargo.lock
# Soroban test environment snapshots — generated artifacts, not committed fixtures.
# The inner dongle-smartcontract/.gitignore also carries this rule; both are
# intentional so the pattern is honoured regardless of where git is invoked from.
# Note: git rm --cached dongle-smartcontract/test_snapshots was run to untrack
# the six snapshot files that were force-added before this rule existed.
test_snapshots/
dongle-smartcontract/test_snapshots/
# Build / error logs (don't commit)
dongle-smartcontract/build_error*.log
dongle-smartcontract/build_errors*.log
# Test / build output dumps (don't commit)
dongle-smartcontract/test_results*.txt
dongle-smartcontract/test_build_errors*.txt
dongle-smartcontract/*_errors.txt
dongle-smartcontract/errors.txt
dongle-smartcontract/check_output.txt
dongle-smartcontract/*_output.txt
dongle-smartcontract/*_output_*.txt
dongle-smartcontract/full_test_*.txt
dongle-smartcontract/final_test_*.txt
dongle-smartcontract/test_final*.txt
dongle-smartcontract/test_output*.txt
.DS_Store
.agents/
skills-lock.json
issue.md
# Python tooling caches (scripts/validate_*.py, scripts/test_*.py)
__pycache__/
*.py[cod]
.pytest_cache/