mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-02 22:38:52 +01:00
7c456a0390
Removing Rocket-example.toml from here is fine, as it is not included in the last stage of our build stages
26 lines
226 B
Text
26 lines
226 B
Text
# Local build and dev artifacts
|
|
target
|
|
tests
|
|
|
|
# Docker files
|
|
Dockerfile*
|
|
docker-compose*
|
|
|
|
# IDE files
|
|
.vscode
|
|
.idea
|
|
*.iml
|
|
|
|
# Git folder
|
|
.git
|
|
.gitea
|
|
|
|
# Dot files
|
|
.env
|
|
.gitignore
|
|
|
|
# Toml files
|
|
rustfmt.toml
|
|
|
|
# Documentation
|
|
*.md
|