aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-13 04:09:10 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-13 04:09:10 -0400
commit57da346c8f3241cc6af35685d794c0dced4cf2da (patch)
tree1f2e61f3e29ee1e4bd4ba239239c7a58d78972c7
parentCreate .env (diff)
downloadferdium-server-57da346c8f3241cc6af35685d794c0dced4cf2da.tar.gz
ferdium-server-57da346c8f3241cc6af35685d794c0dced4cf2da.tar.zst
ferdium-server-57da346c8f3241cc6af35685d794c0dced4cf2da.zip
Update .gitignore
temporarily removing .env ignore
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2f0f98f..f561b27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,7 @@ node_modules
5tmp 5tmp
6 6
7# Environment variables, never commit this file 7# Environment variables, never commit this file
8.env 8# .env
9 9
10# The development sqlite file 10# The development sqlite file
11*.sqlite 11*.sqlite