2019 logos and wallpaper

- New 2019 logos and wallpaper inspired by 80s and snythwave
- Updated gitignore to include Notepad++
This commit is contained in:
Anthony Wilcox 2019-10-11 18:04:01 -04:00
parent dc6c20397c
commit 5dcba50997
10 changed files with 692 additions and 6 deletions

20
.gitignore vendored
View file

@ -1,4 +1,5 @@
# Created by https://www.gitignore.io/api/macos,linux,windows
# Created by https://www.gitignore.io/api/linux,macos,windows,notepadpp
# Edit at https://www.gitignore.io/?templates=linux,macos,windows,notepadpp
### Linux ###
*~
@ -16,7 +17,8 @@
.nfs*
### macOS ###
*.DS_Store
# General
.DS_Store
.AppleDouble
.LSOverride
@ -42,14 +44,22 @@ Network Trash Folder
Temporary Items
.apdisk
### NotepadPP ###
# Notepad++ backups #
*.bak
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
Desktop.ini
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
@ -57,11 +67,11 @@ $RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# End of https://www.gitignore.io/api/macos,linux,windows
# End of https://www.gitignore.io/api/linux,macos,windows,notepadpp