.gitignore_global (431B)
1 _.htaccess 2 .htaccess 3 4 # Emacs 5 auto-save-list 6 backups 7 eshell 8 *~ 9 session.* 10 tramp 11 elpa 12 .yas-compiled-snippets.el 13 \#*\# 14 /.emacs.desktop 15 /.emacs.desktop.lock 16 .elc 17 *.eld 18 .eld 19 auto-save-list 20 tramp 21 .\#* 22 23 # Org-mode 24 .org-id-locations 25 *_archive 26 *.git/ 27 .git/ 28 29 .DS_Store 30 app/_cache/pages/* 31 !app/_cache/pages/.gitignore 32 app/_cache/templates/* 33 !app/_cache/templates/.gitignore 34 app/_cache/images/* 35 !app/_cache/images/.gitignore 36 37 logs 38 39 .sass-cache