lldap/.gitignore

32 lines
394 B
Plaintext
Raw Permalink Normal View History

2021-03-02 11:39:53 +00:00
# Generated by Cargo
# will have compiled files and executables
/target
/app/pkg
2021-03-02 11:39:53 +00:00
# These are backup files generated by rustfmt
**/*.rs.bk
2021-03-08 09:53:21 +00:00
# Created databases
*.db
2021-04-13 17:06:52 +00: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 09:14:39 +00:00
2021-12-08 09:58:17 +00:00
# Pre-build binaries
*.tar.gz
2021-11-11 09:14:39 +00:00
# Misc
2023-01-03 17:11:59 +00:00
.vscode
2021-11-11 09:14:39 +00:00
.env
2021-11-22 22:56:46 +00:00
recipe.json
2022-04-15 17:43:46 +00:00
lldap_config.toml
cert.pem
key.pem