diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-07 11:36:33 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-07 11:36:33 +0100 |
commit | b5855c0c284abd54478f92e796e83bd4c8ae0bb7 (patch) | |
tree | 7a7b2d2a37a134f6d213fdd8742d9727b650fcb2 /.gitignore | |
parent | 3e8854ef1ac6a12b4b5f137ee6200c7809d01d84 (diff) |
add config.lua to gitignore
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..b96d034 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +src/config.lua |