Add the transient/ directory to gitignore

This commit is contained in:
Jarosław Górny 2019-09-10 11:57:11 +02:00 committed by smile13241324
parent 6440e2d5d7
commit debaff6ca6
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -56,6 +56,7 @@ eclipse.jdt.ls
.trello
.extension
mspyls/
transient/
# Private directory
private/

View File

@ -1817,6 +1817,8 @@ Other:
- Added LSP Java backend (thanks to Ivan Yonchovski)
- Added =.dap-breakpoints= and =.lsp-session-*= (java lsp tempfiles) to
.gitignore (thanks to Uroš Perišić)
- Added =transient= (package update temp folder) to
.gitignore (thanks to Jarosław Górny)
- Fixed prefixes for =java-mode= and =gradle-mode=
- New =lsp= backend keybindings
- ~SPC m r c i~ convert to static import