| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- ### Windows ###
- # Windows image file caches
- Thumbs.db
- ehthumbs.db
- # Folder config file
- Desktop.ini
- # Recycle Bin used on file shares
- $RECYCLE.BIN/
- ### Linux ###
- .*
- !.gitignore
- *~
- ### SublimeText ###
- # SublimeText project files
- *.sublime-workspace
- ### Emacs ###
- *~
- \#*\#
- /.emacs.desktop
- /.emacs.desktop.lock
- .elc
- auto-save-list
- tramp
- .\#*
- # Org-mode
- .org-id-locations
- *_archive
- ### vim ###
- .*.s[a-w][a-z]
- *.un~
- Session.vim
- .netrwhist
- *~
- ### Meteor ###
- .meteor/local
- .meteor/meteorite
|