diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-27 08:43:50 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-10-03 16:39:28 +0200 |
commit | da3dd5ac04555994995870cc7e19dc18c030191b (patch) | |
tree | e5ea66f5e9a3735134ee0ead5f7edb7495561090 | |
parent | 76d78560a47513585ae4d4202796ca4cf1d08436 (diff) | |
download | Luxcena-Neo-da3dd5ac04555994995870cc7e19dc18c030191b.tar.gz Luxcena-Neo-da3dd5ac04555994995870cc7e19dc18c030191b.zip |
:see_no_evil: Ignore log files
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,8 +7,12 @@ __pycache__ venv tmp +*.log +*.error + public/build public/assets/vendor +state.json variables.json -globvars.json
\ No newline at end of file +globvars.json |