-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
145 lines (121 loc) · 2.59 KB
/
Copy path.gitignore
File metadata and controls
145 lines (121 loc) · 2.59 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
node_modules.cursor/
node_modules
.dapp/.next/
.next/
.yarn/install-state.gz
.cursor/
.yarn/
.github/
litepaper-revised.tex
FVC_ALLOCATION.md
NEW_WALLET_INFO.md
FVC_BONDING.md
# Verification and Audit Documentation
FVC_PROTOCOL_VERIFICATION_REPORT.md
ON_CHAIN_PROOF_INSTRUCTIONS.md
ON_CHAIN_PROOF_SUPPLEMENT.md
contracts/GOV_GTM_TOKEN_OPTIONS_LAYMAN.md
contracts/PRIVATE_SALE_DESIGN.md
contracts/QUESTIONS_GOV_GTM_TOKEN.md
fvcdigital/
# Email drafts and partnership materials
*_emails.txt
*_email.txt
# Build artifacts
dapp/out/
dapp/*.tar.gz
dapp/.env.example
# Hardhat compilation artifacts
contracts/artifacts/
contracts/cache/
contracts/typechain-types/
# Foundry (fuzzing) artefacts — lib/forge-std is a git submodule, not ignored
contracts/out/
contracts/cache_forge/
# Dependencies and build files
package-lock.json
yarn.lock
# keep dapp/package.json tracked
dapp/package-lock.json
dapp/yarn.lock
# TypeScript build artifacts
*.tsbuildinfo
dapp/tsconfig.tsbuildinfo
# Development and test scripts
# keep scripts tracked
contracts/scripts/*.json
# Whitepaper source (built separately)
Whitepaper/
contracts/src/sale/Test*.sol
contracts/src/sale/Custom*.sol
contracts/scripts_backup_*/
.env.deploy
# Private investor pages
dapp/public/hamidou.html
dapp/src/pages/hamidou.tsx
# Backup files
*.backup
# Transak integration
dapp/src/utils/hooks/useTransak.tsx
# Test artefacts
contracts/coverage.json
# secrets (never commit)
.env
*.env
**/.env
**/.env.*
dapp/.env.local
contracts/.env
# Website (separate repo: fvcdigital)
app-extracted/
# Private legal documents
*.docx
*Due_Diligence*
*DD_Response*
DD_Response_*.txt
# Database files
*.sqlite
*.sql
convert-mysql-to-sqlite.py
# Marketing assets (stored separately)
*.pptx
FVC\ Pitchdeck.*
Final\ Version*
FVC_2_Minute_Pitch.pdf
First\ Venture\ Capital*
# Personal/private files
WhatsApp\ Image*
SOLIDITY_DEVELOPER_CV.md
efd10f83-9c49-4d0c-bdbb-e6821a082636.pdf
# Internal dev notes
COMMIT_COMMANDS.txt
SAFE_TRANSACTIONS.txt
SAFE_BATCH_TRANSACTIONS.txt
BUY_FVC_IMPLEMENTATION.md
DETAILED_IMPLEMENTATION_PLAN.md
KYC_IMPLEMENTATION_SUMMARY.md
KYC_STRATEGY.md
MANUAL_MINT_GUIDE.md
QUICK_START.md
RUN_DEV.md
README_TRANSAK.md
TRANSAK_*.md
TRANSAK_*.sh
deploy-transak.sh
verify-transak-integration.sh
TWILL_ANALYSIS_AND_IMPLEMENTATION.md
BSC_TESTNET_GUIDE.md
CPANEL_DEPLOYMENT.txt
SEPOLIA_DEPLOYMENT_STEPS.txt
_paths_to_purge.txt
_replacements.txt
# Build/deployment archives
*.zip
fvc-dapp-cpanel.zip
# Test coverage reports
contracts/coverage/
# Announcements (internal drafts)
announcements/
# Transak integration files
scripts/install-transak.sh
scripts/download-twill-files.*