summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore42
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6ffd1c7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,42 @@
1# Binaries
2bin/
3*.exe
4*.exe~
5*.dll
6*.so
7*.dylib
8
9# Test binary
10*.test
11
12# Go coverage
13*.out
14coverage.html
15
16# Go workspace file
17go.work
18go.work.sum
19
20# IDE
21.idea/
22.vscode/
23*.swp
24*.swo
25*~
26
27# OS
28.DS_Store
29Thumbs.db
30
31# Database files
32*.db
33*.db-shm
34*.db-wal
35
36# Config (may contain secrets)
37config.yaml
38config.yml
39
40# Logs
41*.log
42logs/