chore: update dockerignore
This commit is contained in:
@ -1,5 +1,23 @@
|
|||||||
|
# Ignore Rust build artifacts.
|
||||||
/target
|
/target
|
||||||
|
|
||||||
|
# Ignore downloaded data.
|
||||||
/rules
|
/rules
|
||||||
|
|
||||||
|
# Ignore runtime configuration files.
|
||||||
|
/config
|
||||||
|
/default.json
|
||||||
|
/template.json
|
||||||
|
|
||||||
|
# Ignore local log directories if they are created.
|
||||||
/log
|
/log
|
||||||
|
|
||||||
|
# Ignore git history and local git configuration.
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
|
|
||||||
|
# Ignore Docker orchestration files.
|
||||||
|
docker-compose.yml
|
||||||
|
|
||||||
|
# Ignore documentation and other meta-files.
|
||||||
|
README.md
|
Reference in New Issue
Block a user