lldap/.gitignore
Valentin Tolmer d5f84cd588 Add cargo.lock and fix some dependencies
Note that the auth_service handler has become less generic, but it's
enough for our purposes.
2021-06-22 17:27:43 +02:00

15 lines
210 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target/
/app/target
/app/pkg
/model/target
# These are backup files generated by rustfmt
**/*.rs.bk
# Created databases
*.db
*.db-shm
*.db-wal