summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
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*~