autogenerate gitignore and rename README

This commit is contained in:
L3D 2021-02-14 19:24:05 +01:00
parent 367ba85829
commit 31b898aeed
No known key found for this signature in database
GPG Key ID: CD08445BFF4313D1
2 changed files with 60 additions and 1 deletions

61
.gitignore vendored
View File

@ -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