julien/lovepublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/julien/love.git
git clone ssh://git@rickub.com/julien/love.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Merge 5-weth-bytecode-verification into main 2f6da5e · on main · rickub · 45m ago
.gitignore · 23 lines · 329 BText Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Compiler files
cache/
out/

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/*/31338/
/broadcast/**/dry-run/

# Docs — `forge doc` output only; docs/notes is written by hand and tracked
docs/notes

# Dotenv file
.env
.env.*
!.env.example

# Gas snapshots
.gas-snapshot

# Editor / OS
.DS_Store