spacemacs/.gitignore
Maximilian Wolff 43bf85c685
Revise php layer
Make doc more clearly describe which tools belong to which backend.
Change keybindings to be consistent with spacemacs conventions.
Simplify LSP layer code.
2019-12-06 20:12:40 +01:00

91 lines
1.2 KiB
Plaintext

auto-save-list/
elpa/
export/
!/core/tools/export/
ac-comphist.dat
eproject.lst
.smex-items
\#*
.places
.ac-php-conf.json
.directory
.cache
/eww-bookmarks
eshell/history
.emacs.desktop
.emacs.desktop.lock
eshell/alias
eshell/lastdir
forge-database.sqlite
url/*
my-org/
org-files/
org-journal.cache
semanticdb/
edts/
.recentf
.recentf~
projectile.cache
projectile-bookmarks.eld
tramp
elnode/
var/
crown/
*.stackdump
bookmarks
/.my-keybindings.el.swp
.DS_Store
tmp/
/history
.python-environments/
server/
/network-security.data
*.elc
*.pyc
/*.zip
*.db
python-*-docs-html
/.cask/
/session.*
/srecode-map.el
/recentf
.mc-lists.el
nov-places
workspace
eclipse.jdt.ls
.dap-breakpoints
.lsp-session-*
.trello
.extension
mspyls/
transient/
bbdb
# Private directory
private/
!private/README.md
!private/snippets/README.md
!private/templates/README.md
!private/local/README.md
/games/
/doc/COMMUNITY.org
/doc/CONTRIBUTING.org
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
# source: https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
TAGS
.TAGS
!TAGS/
tags
.tags
!tags/
gtags.files
GTAGS
GRTAGS
GPATH
GSYMS
cscope.files
cscope.out
cscope.in.out
cscope.po.out