lldap/.gitignore

32 lines
394 B
Plaintext
Raw Normal View History

2021-03-02 12:39:53 +01:00
# Generated by Cargo
# will have compiled files and executables
/target
/app/pkg
2021-03-02 12:39:53 +01:00
# These are backup files generated by rustfmt
**/*.rs.bk
2021-03-08 10:53:21 +01:00
# Created databases
*.db
2021-04-13 19:06:52 +02:00
*.db-shm
*.db-wal
# Output of `npm install rollup`
node_modules/
package-lock.json
package.json
# Server private key
server_key
2021-11-11 10:14:39 +01:00
2021-12-08 10:58:17 +01:00
# Pre-build binaries
*.tar.gz
2021-11-11 10:14:39 +01:00
# Misc
2023-01-03 18:11:59 +01:00
.vscode
2021-11-11 10:14:39 +01:00
.env
2021-11-22 23:56:46 +01:00
recipe.json
2022-04-15 19:43:46 +02:00
lldap_config.toml
cert.pem
key.pem