diff options
author | Tim <contact@bytim.eu> | 2025-04-24 14:42:26 +0200 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2025-04-24 14:42:26 +0200 |
commit | b67e236302332eb9cd6c8e32e5dca5bc33ffbe5d (patch) | |
tree | eb609ef361ec830c7e0f073d3cea01752596cc7f /.gitignore | |
parent | 0fb8b2f7af9538bd45a9a7e41e64a6610b898fb0 (diff) | |
download | VPNAuth-b67e236302332eb9cd6c8e32e5dca5bc33ffbe5d.tar.xz VPNAuth-b67e236302332eb9cd6c8e32e5dca5bc33ffbe5d.zip |
Add nix support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -488,3 +488,7 @@ VPNAuth.Server/vpnauth.db VPNAuth.Server/vpnauth.db-shm VPNAuth.Server/vpnauth.db-wal VPNAuth.Server/config.json + +# nix +out/ +result |