lldap/.gitignore
Valentin Tolmer 3eb53ba5bf model: rename to auth
Since the "model" doesn't contain any message from the API anymore, and
instead contains only the structures needed for authentication, it was
renamed as such.
2021-08-31 20:32:55 +02:00

18 lines
242 B
Plaintext

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