From 2f00c030a4c4477674f6255a2d8a97543c626908 Mon Sep 17 00:00:00 2001 From: defiQUG Date: Mon, 9 Feb 2026 21:51:53 -0800 Subject: [PATCH] Initial commit: add .gitignore and README --- .gitignore | 49 ++++++++++++++++++++++++++++++++++ BridgeVault138.sol | 3 +++ PolicyManager.sol | 3 +++ README.md | 7 +++++ TokenFactory138.sol | 3 +++ eMoneyToken.sol | 3 +++ errors/TokenErrors.sol | 3 +++ interfaces/IBridgeVault138.sol | 3 +++ interfaces/IPolicyManager.sol | 3 +++ 9 files changed, 77 insertions(+) create mode 100644 .gitignore create mode 100644 BridgeVault138.sol create mode 100644 PolicyManager.sol create mode 100644 README.md create mode 100644 TokenFactory138.sol create mode 100644 eMoneyToken.sol create mode 100644 errors/TokenErrors.sol create mode 100644 interfaces/IBridgeVault138.sol create mode 100644 interfaces/IPolicyManager.sol 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 @@ + + +