diff options
author | Alan Pearce | 2024-05-10 12:30:39 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-11 15:19:52 +0200 |
commit | 6789940f52e852426f224bcdbc9e6f6a8cb7be41 (patch) | |
tree | 10a8d7471428c2c27beca6c68f666570536e0236 /.gitignore | |
parent | 3554d8afb600b2eb62fbe7c2d4792debb9ce7a60 (diff) | |
download | searchix-6789940f52e852426f224bcdbc9e6f6a8cb7be41.tar.lz searchix-6789940f52e852426f224bcdbc9e6f6a8cb7be41.tar.zst searchix-6789940f52e852426f224bcdbc9e6f6a8cb7be41.zip |
build: ignore local configuration file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7297725..4953924 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ go.work /.pre-commit-config.yaml /frontend/static/base.css /data/ +/config.toml |