From 0d75f30a49b93314c1aa22c5ae4ed40823710b2c Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 18 Nov 2019 10:19:03 +0700 Subject: [PATCH] .gitignore --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6ce646 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Created by https://www.gitignore.io/api/windows +# Edit at https://www.gitignore.io/?templates=windows + +### 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 + +# End of https://www.gitignore.io/api/windows \ No newline at end of file