41 lines
401 B
Plaintext
41 lines
401 B
Plaintext
# emacs
|
|
.emacs.desktop
|
|
.emacs*
|
|
projectile.cache
|
|
projectile-bookmarks.eld
|
|
.dir-locals.el
|
|
|
|
# Python
|
|
*.pyc
|
|
.ropeproject/
|
|
|
|
# Clojure
|
|
.cljs_rhino_repl
|
|
.nrepl-port
|
|
target
|
|
.lein-failures
|
|
pom.xml
|
|
|
|
# CTags
|
|
TAGS
|
|
|
|
# Vim
|
|
*.sw*
|
|
*.tmp*
|
|
|
|
# JavaScript
|
|
.tern-project
|
|
.tern-port
|
|
node_modules
|
|
|
|
# Folder view configuration files
|
|
.DS_Store
|
|
Desktop.ini
|
|
|
|
# Thumbnail cache files
|
|
._*
|
|
Thumbs.db
|
|
|
|
# OSX
|
|
.Spotlight-V100
|
|
.Trashes |