23 lines
386 B
Plaintext
23 lines
386 B
Plaintext
# Ignore Rust build artifacts.
|
|
/target
|
|
|
|
# Ignore downloaded data.
|
|
/rules
|
|
|
|
# Ignore runtime configuration files.
|
|
/config
|
|
/default.json
|
|
/template.json
|
|
|
|
# Ignore local log directories if they are created.
|
|
/log
|
|
|
|
# Ignore git history and local git configuration.
|
|
.git
|
|
.gitignore
|
|
|
|
# Ignore Docker orchestration files.
|
|
docker-compose.yml
|
|
|
|
# Ignore documentation and other meta-files.
|
|
README.md |