add ignores for production and dev

This commit is contained in:
Infinidoge 2024-12-19 01:10:18 -05:00
parent 0b09a44cfb
commit 36e63c919e
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

6
.gitignore vendored
View file

@ -1,5 +1,7 @@
# Secrets # Secrets
.env .env
.env.nomen
.env.ren
# Nix # Nix
.direnv/ .direnv/
@ -10,5 +12,5 @@ result
.ropeproject .ropeproject
# Runtime # Runtime
nomen.sqlite3 *.sqlite3
nomen.sqlite3-journal *.sqlite3-journal