summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2025-12-28 09:21:08 -0800
committerbndw <ben@bdw.to>2025-12-28 09:21:08 -0800
commit13c2f9cffa624fdf498f3b61fab9d809b92e026e (patch)
tree4b25205ccd05e9e887376c10edb2f4069ea1d9d4 /.gitignore
init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c23b850
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
1# Binaries
2deploy
3*.exe
4*.dll
5*.so
6*.dylib
7
8# Test binary
9*.test
10
11# Go workspace file
12go.work
13
14# IDE
15.vscode/
16.idea/
17*.swp
18*.swo
19*~