diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-06-09 12:12:30 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-06-09 12:12:30 +0200 |
commit | 122f8fa9e5f8dc8a7bc431957b48363179853824 (patch) | |
tree | a1cda2a6bee951059870f9c91968ad0303038038 /.gitignore |
Initial
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..c33954f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dist-newstyle/ |