mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 09:06:03 +00:00
27 lines
360 B
Text
27 lines
360 B
Text
# 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
|