From 9f0d7a7784c4a89345cf2c0ec35a9a5a035cf19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20=C3=87uni?= Date: Mon, 10 Oct 2022 08:33:21 +0000 Subject: [PATCH] Initial commit --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 43 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf819f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f2b964 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# canny + +Canny Project. BMW to Nissan conversion. \ No newline at end of file