fix: missing paths to dockerignore

This commit is contained in:
sjdonado
2025-11-02 12:39:07 +01:00
parent 44dab3ca5a
commit 7d275685b4
5 changed files with 44 additions and 8 deletions
+40 -5
View File
@@ -1,9 +1,44 @@
.git
/bin/
/.shards/
/spec/
/sqlite/
.gitignore
.github
/bin/
/bit
/cli
/benchmark
*.dwarf
*.o
*.a
# Dependencies cache
/.shards/
/lib/.shards/
/spec/
# Database files (should be mounted as volumes)
/sqlite/
*.db
*.db-shm
*.db-wal
# Logs and temporary files
*.log
# Documentation
/docs/
benchmark.cr
*.md
README.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
DOCKER_MIGRATION.md
# Development environment
.env*
.editorconfig
# Docker files (not needed inside image)
Dockerfile
docker-compose.yml
.dockerignore
+1
View File
@@ -9,3 +9,4 @@
*.log
bit
cli
+2 -2
View File
@@ -8,7 +8,7 @@
- Includes `X-Forwarded-For` header.
- Multiple users are supported via API key authentication. Create, list and delete keys via the [CLI](docs/SETUP.md#cli).
- Easy to extend, Ruby on Rails inspired setup.
- Auto update UA regexes and GeoLite2 database
- Auto update UA regexes and GeoLite2 database.
## Why bit?
@@ -22,7 +22,7 @@
## Run It Anywhere
Images available on [Docker Hub](https://hub.docker.com/r/sjdonado/bit/tags).
All images available on [Docker Hub](https://hub.docker.com/r/sjdonado/bit/tags).
### Docker
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -13,7 +13,7 @@ info:
Multiple users are supported via `X-Api-Key` headers. Create, list and delete keys via the [CLI](https://github.com/sjdonado/bit/blob/master/SETUP.md#cli).
version: 1.6.0
contact:
name: Juan Rodriguez Donado
name: sjdonado
url: https://sjdonado.com
servers: