diff options
author | Dylan Bolger <dylan.bolger00@gmail.com> | 2024-04-27 23:29:02 -0500 |
---|---|---|
committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2024-04-27 23:29:02 -0500 |
commit | 67ebea89530f728637e08195a0c50420e9ee7be1 (patch) | |
tree | 9c0b912864de808e1c0e276fc2faef4efd454874 /.gitignore | |
parent | 50a07cf30aaf2d60a8a7f5b3823521ded39a01ba (diff) | |
download | pi-composition-67ebea89530f728637e08195a0c50420e9ee7be1.tar.xz pi-composition-67ebea89530f728637e08195a0c50420e9ee7be1.zip |
add gitignore to ignore envs
Diffstat (limited 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 |