diff options
| author | James O'Doherty <james@theodohertyfamily.com> | 2026-05-22 09:13:16 -0400 |
|---|---|---|
| committer | James O'Doherty <james@theodohertyfamily.com> | 2026-05-22 09:13:16 -0400 |
| commit | 756ba94292b408cc4f23d137b2c4c52009b2b38d (patch) | |
| tree | 85ed0158eef7009826c5707e976538784f10f1d8 /.gitignore | |
| parent | a4cd7de209fe90006b3e6e67c69dea5ed0c9f832 (diff) | |
Scaffold wg-wrap project structure and toolchain
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3c9fcf --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Binaries +bin/ +wg-wrap + +# Go build artifacts +*.exe +*.exe~ +*.dll +*.so +*.dylib +*.test + +# Test coverage +coverage.out + +# OS generated files +.DS_Store +Thumbs.db + +# IDEs +.idea/ +.vscode/ +*.swp +*.swo + +# Local config/profiles (Avoid committing test profiles) +.config/wg-wrap/ |
