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