diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-20 06:45:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-20 06:45:41 +0000 |
commit | 9d45e42dc0298ea8241132142d3100358fe99dc4 (patch) | |
tree | 8435105a23089a82f8298490dff6e3e4218930b4 /.gitignore | |
parent | Initial commit. (diff) | |
download | decko-9d45e42dc0298ea8241132142d3100358fe99dc4.tar.xz decko-9d45e42dc0298ea8241132142d3100358fe99dc4.zip |
Adding upstream version 1.2.0.upstream/1.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e1036a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +npm-debug.log +node_modules +dist +.DS_Store |