diff options
| author | Cristiano Almeida <[email protected]> | 2015-05-26 11:38:32 +0100 |
|---|---|---|
| committer | Cristiano Almeida <[email protected]> | 2015-05-26 11:38:32 +0100 |
| commit | 3381699b0fb5a78fa8c880d49c81e2d4cbcb3f03 (patch) | |
| tree | 9244ae0622504ea58c1cb158db37a6ec56238bf6 /.gitignore | |
| parent | db7c609c6303a866ce699683815c8baced8c924c (diff) | |
| download | protonmail-themes-3381699b0fb5a78fa8c880d49c81e2d4cbcb3f03.tar.xz protonmail-themes-3381699b0fb5a78fa8c880d49c81e2d4cbcb3f03.zip | |
Added first batch of themes.
Added 10 themes for v.1.16 . Also updated readme file.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96374c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk |
