aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-07-31 21:12:16 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2026-07-31 21:12:16 +0200
commit2144d31a0455ba32a7a0b655afdef33632a8724d (patch)
treea5bb01f93649511360dabdfb13524082d3e4edfc /.gitignore
parentabfbee7c9b2632dcbd07e7940f8805942a93d14c (diff)
Hardened the server by blocking port 53 and added a deploy script
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5445a93..d09a4c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-*.pub \ No newline at end of file
+*.pub
+.env \ No newline at end of file