diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-07 07:37:48 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-07 13:36:54 +0100 |
commit | a26828bee90d7a7b01541315c43173b1b1a81223 (patch) | |
tree | 00a116e4ebe58bccc16997f064d10b45ffd1020b /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..418173c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +versions.json +sources/ +dist/ |