commit 2f00c030a4c4477674f6255a2d8a97543c626908 Author: defiQUG Date: Mon Feb 9 21:51:53 2026 -0800 Initial commit: add .gitignore and README diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c64e16 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +# Dependencies +node_modules/ +.pnpm-store/ +vendor/ + +# Package manager lock files (optional: uncomment to ignore) +# package-lock.json +# yarn.lock + +# Environment and secrets +.env +.env.local +.env.*.local +*.env.backup +.env.backup.* + +# Logs and temp +*.log +logs/ +*.tmp +*.temp +*.tmp.* + +# OS +.DS_Store +Thumbs.db + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Build / output +dist/ +build/ +.next/ +out/ +*.pyc +__pycache__/ +.eggs/ +*.egg-info/ +.coverage +htmlcov/ + +# Optional +.reports/ +reports/ diff --git a/BridgeVault138.sol b/BridgeVault138.sol new file mode 100644 index 0000000..b28b04f --- /dev/null +++ b/BridgeVault138.sol @@ -0,0 +1,3 @@ + + + diff --git a/PolicyManager.sol b/PolicyManager.sol new file mode 100644 index 0000000..b28b04f --- /dev/null +++ b/PolicyManager.sol @@ -0,0 +1,3 @@ + + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f6ba18 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# src + +Project under `/home/intlc/projects/src`. + +## Overview + +(Add project description and setup instructions here.) diff --git a/TokenFactory138.sol b/TokenFactory138.sol new file mode 100644 index 0000000..b28b04f --- /dev/null +++ b/TokenFactory138.sol @@ -0,0 +1,3 @@ + + + diff --git a/eMoneyToken.sol b/eMoneyToken.sol new file mode 100644 index 0000000..b28b04f --- /dev/null +++ b/eMoneyToken.sol @@ -0,0 +1,3 @@ + + + diff --git a/errors/TokenErrors.sol b/errors/TokenErrors.sol new file mode 100644 index 0000000..b28b04f --- /dev/null +++ b/errors/TokenErrors.sol @@ -0,0 +1,3 @@ + + + diff --git a/interfaces/IBridgeVault138.sol b/interfaces/IBridgeVault138.sol new file mode 100644 index 0000000..b28b04f --- /dev/null +++ b/interfaces/IBridgeVault138.sol @@ -0,0 +1,3 @@ + + + diff --git a/interfaces/IPolicyManager.sol b/interfaces/IPolicyManager.sol new file mode 100644 index 0000000..b28b04f --- /dev/null +++ b/interfaces/IPolicyManager.sol @@ -0,0 +1,3 @@ + + +