From d327dc188a8681013a2f9fbd2f37792f21d33ead Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 19 Aug 2023 03:34:23 +0200 Subject: [PATCH] Initial commit --- .gitignore | 16 ++++++++++++++++ README.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4cb12d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Node rules: +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +## Dependency directory +## Commenting this out is preferred by some people, see +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git +node_modules + +# Book build output +_book + +# eBook build output +*.epub +*.mobi +*.pdf diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d8b3af --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Documentation \ No newline at end of file