forked from Jagadeeshftw/grainlify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (22 loc) · 685 Bytes
/
Copy path.gitignore
File metadata and controls
27 lines (22 loc) · 685 Bytes
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
# Issue tracking (local notes, not for version control)
frontend-issues.md
contract-issues.md
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
wasm_hash.txt
# Deployment Scripts - Sensitive Files
# Keep templates, ignore local overrides
contracts/scripts/config/*.env.local
contracts/scripts/config/.env
# Deployment Records (may contain contract addresses)
# Review before committing to public repos
contracts/deployments/*.json
!contracts/deployments/.gitkeep
# Soroban Local Data
.soroban/
soroban/.soroban/identity/
soroban/.soroban/network/
# Test snapshots (auto-generated, environment-dependent)
**/test_snapshots/