commit 9f0d7a7784c4a89345cf2c0ec35a9a5a035cf19e Author: Julian Çuni Date: Mon Oct 10 08:33:21 2022 +0000 Initial commit 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