mirror of
https://github.com/lldap/lldap.git
synced 2024-11-24 08:45:08 +00:00
23 lines
335 B
Text
23 lines
335 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
|