1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- # Created by https://www.gitignore.io
- ### Emacs ###
- # -*- mode: gitignore; -*-
- *~
- \#*\#
- /.emacs.desktop
- /.emacs.desktop.lock
- *.elc
- auto-save-list
- tramp
- .\#*
- # Org-mode
- .org-id-locations
- *_archive
- # flymake-mode
- *_flymake.*
- # eshell files
- /eshell/history
- /eshell/lastdir
- # elpa packages
- /elpa/
- # reftex files
- *.rel
- # AUCTeX auto folder
- /auto/
- ### Bower ###
- bower_components
- ### Node ###
- # Logs
- logs
- *.log
- # Runtime data
- pids
- *.pid
- *.seed
- # Directory for instrumented libs generated by jscoverage/JSCover
- lib-cov
- # Coverage directory used by tools like istanbul
- coverage
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
- .grunt
- # Compiled binary addons (http://nodejs.org/api/addons.html)
- build/Release
- # Dependency directory
- # Commenting this out is preferred by some people, see
- # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
- node_modules
- # Users Environment Variables
- .lock-wscript
|