forked from ag_kommunikation/webseite
autogenerate gitignore and rename README
This commit is contained in:
parent
367ba85829
commit
31b898aeed
61
.gitignore
vendored
61
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user