diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2021-07-20 22:28:24 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2021-07-20 22:28:24 +0200 |
commit | 640096d8f2735701d804abd599fa93e6a8f73316 (patch) | |
tree | 6e031617309e9618ba75a6d4f0d4a45b006f7874 | |
parent | a0117afeb586c9c113149522a7132f696d240d63 (diff) |
Add .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/ |