mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
fe063272bf
Co-authored-by: Kumpelinus <kumpelinus@jat.de> - Add Nix flake and lockfile for reproducible development environments - Document Nix-based setup in `docs/nix-development.md` - Add `.envrc` for direnv integration and update `.gitignore` for Nix/direnv artifacts - Reference Nix setup in CONTRIBUTING.md
37 lines
425 B
Plaintext
37 lines
425 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target
|
|
/app/pkg
|
|
|
|
# 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
|
|
|
|
# Pre-build binaries
|
|
*.tar.gz
|
|
|
|
# Misc
|
|
.vscode
|
|
.env
|
|
recipe.json
|
|
lldap_config.toml
|
|
cert.pem
|
|
key.pem
|
|
|
|
# Nix
|
|
result
|
|
result-*
|
|
.direnv
|