mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-24 09:48:32 +02:00
feat: docker & docker-compose example
This commit is contained in:
40
.dockerignore
Normal file
40
.dockerignore
Normal file
@@ -0,0 +1,40 @@
|
||||
# Git stuff
|
||||
.git/
|
||||
.gitignore
|
||||
.github
|
||||
|
||||
# Node build artifacts
|
||||
**/node_modules/
|
||||
|
||||
# Nix/Devenv environment files
|
||||
.direnv/
|
||||
.devenv/
|
||||
devenv.lock
|
||||
devenv.nix
|
||||
devenv.yaml
|
||||
docker-compose.yml
|
||||
.envrc
|
||||
.devenv.flake.nix
|
||||
flake.lock
|
||||
flake.nix
|
||||
|
||||
# Rust build artifacts (crucial for multi-stage builds)
|
||||
**/target/
|
||||
|
||||
# Runtime data directories
|
||||
data/
|
||||
database/
|
||||
|
||||
# Local environment config (sensitive)
|
||||
.env
|
||||
|
||||
# IDE specific
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS specific
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs / Temporary files
|
||||
*.log
|
||||
Reference in New Issue
Block a user