about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2022-02-20 02:27:54 +0100
committerMel <einebeere@gmail.com>2022-02-20 02:30:25 +0100
commit4541d11de92ae9998b05c7c47e917bb4235db9de (patch)
tree079fd1a91b0d787197819ffd0972df984a59b01e /.gitignore
parent930afe034a41bee7b0888d734317116eef221a64 (diff)
downloadrook-4541d11de92ae9998b05c7c47e917bb4235db9de.tar.zst
rook-4541d11de92ae9998b05c7c47e917bb4235db9de.zip
Add .env to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6feca89..e78c7ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,4 +35,6 @@ npm-debug.log
 # this depending on your deployment strategy.
 /priv/static/
 
-.DS_Store
\ No newline at end of file
+.DS_Store
+
+.env
\ No newline at end of file