summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-04-25 21:24:14 +0000
committerGitHub <[email protected]>2025-04-25 21:24:14 +0000
commit4ce897d19d0603be10a283a6d2016b327decf07e (patch)
tree9b5767b597317da7be226c1a5b1ddbb6c424cf07
parent34f100d6ff762a32dc06f17c39d45f812521659e (diff)
fix: add .env~ to .gitignore (#178)
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7935c52c..6e085f11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# API keys and secrets
.env
+.env~
# Dependency directory
node_modules