Conduit is a simple, fast and reliable chat server powered by Matrix https://conduit.rs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
247 B
28 lines
247 B
|
6 years ago
|
# Local build and dev artifacts
|
||
|
|
target
|
||
|
|
sytest
|
||
|
|
|
||
|
|
# Docker files
|
||
|
|
Dockerfile*
|
||
|
|
docker-compose*
|
||
|
|
|
||
|
|
# IDE files
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.iml
|
||
|
|
|
||
|
|
# Git folder
|
||
|
|
.git
|
||
|
|
.gitea
|
||
|
|
|
||
|
|
# Dot files
|
||
|
|
.env
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Toml files
|
||
|
|
rustfmt.toml
|
||
|
|
Rocket-example.toml
|
||
|
|
|
||
|
|
# Documentation
|
||
|
|
*.md
|