From 31b898aeedf9e6abd2c4cca14b549619776a6ca8 Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 14 Feb 2021 19:24:05 +0100 Subject: [PATCH] autogenerate gitignore and rename README --- .gitignore | 61 +++++++++++++++++++++++++++++++++++++++++- readme.md => README.md | 0 2 files changed, 60 insertions(+), 1 deletion(-) rename readme.md => README.md (100%) diff --git a/.gitignore b/.gitignore index bc8ad3f..35f2402 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,60 @@ -.gitattributes + +# Created by https://www.toptal.com/developers/gitignore/api/vim,windows,adobe +# Edit at https://www.toptal.com/developers/gitignore?templates=vim,windows,adobe + +### Adobe ### +# Adobe Source Files +*.psd +*.ai +*.indd +*.prproj +*.aep + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +### 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.toptal.com/developers/gitignore/api/vim,windows,adobe diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md