ops-sat-rs/.gitignore

11 lines
231 B
Plaintext
Raw Permalink Normal View History

2024-04-08 16:47:31 +02:00
/target
/.idea
# Ignore user cofiguration, template config is provided is misc/.vscode
/.vscode
# Ignore this, may include user specific paths.
/.cargo/config.toml
2024-04-16 15:08:34 +02:00
# Ignore logs folder generared by application.
/logs
2024-04-19 17:40:38 +02:00
/exp278.toml