lldap/.gitignore
2021-11-23 00:25:47 +01:00

28 lines
360 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target
/serve/target/
/app/target
/app/pkg
/auth/target
# These are backup files generated by rustfmt
**/*.rs.bk
# Created databases
*.db
*.db-shm
*.db-wal
# Output of `npm install rollup`
node_modules/
package-lock.json
package.json
# Server private key
server_key
# Misc
.env
recipe.json