diff options
| author | root@localhost <root@localhost> | 2023-07-21 15:06:54 +0000 |
|---|---|---|
| committer | root@localhost <root@localhost> | 2023-07-21 15:06:54 +0000 |
| commit | ed6368d67748df59702de1f75706d48f81c99eaa (patch) | |
| tree | f9acf09939692cc720b13099020911a379502d81 | |
| parent | 756aac8fdd133796227acdbd0b6443284d6ac597 (diff) | |
added .env to gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env |
