duianto
1176c43660
Sort .gitignore alphabetically*
...
Preserved the order of ! (unignored) related entries
2019-12-15 20:52:51 +00:00
Maximilian Wolff
efe39163df
Revise quickurl layer
...
Added undocumented keybindings to README.org
Moved bindings from top level to application specific
Fix some smaller documentation issues
Added "quickurls" file to .gitignore
2019-12-14 20:13:01 +00:00
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
Benjamin Hipple
2880d44356
gitignore: ignore org-journal.cache file
...
The org-journal package from the org layer is writing this cache file to more
quickly compute the next journal date. While it's configurable via
`org-journal-cache-file`, by default it goes into the `user-emacs-directory` and
results in a dirty git status on spacemacs.
2019-11-23 22:22:03 +01:00
Matthew Leach
ae5ed6afda
[gitignore] ignore bbdb file
...
Ignore the BBDB file as by default it is stored in ~/.emacs.d.
2019-10-19 23:37:49 +02:00
Jarosław Górny
debaff6ca6
Add the transient/ directory to gitignore
2019-09-14 00:53:23 +02:00
cormacc
c4a05f7ebf
Corrected keybinding collision (format-buffer)
...
`spacemacs/python-format-buffer` was bound to '='.
Subsequently clobbered by lsp layer declaration of '=' as prefix with subsidiary
keybindings.
Resolved by moving `spacemacs/python-format-buffer` binding to '=='.
Updated README accordingly.
Opportunistically added 'mspyls' dir to .gitignore
2019-08-31 22:19:53 +02:00
Spenser Truex
b5d2774965
Gitignore tags.
2019-06-29 16:06:36 +02:00
Billy Kaplan
5a0ab04653
Adding Ruby LSP Backend and DAP support
2019-05-27 22:09:31 +02:00
Uros Perisic
197d1e4c57
Add .dap-breakpoints
and .lsp-session-*
to .gitignore.
...
The `LSP Java` backend produces these tempfiles to preserve session state. The
glob in `lsp-session-*` is needed as multiple session files are produced when
working on multiple projects. There is no reason for these files to be kept
under version control.
2019-04-07 08:57:20 +02:00
Artur Juraszek
9f552df259
Include magit/forge SQLite db file in .gitignore
2019-01-14 23:15:31 +00:00
Magnus Therning
d29c783286
org: add a toggle for bringing in org-trello
...
Signed-off-by: Magnus Therning <magnus@therning.org>
2018-08-31 23:45:10 +03:00
kyoncho
862d873fa8
LSP Java backend for the Java layer
...
Fixes #10654
Added new backend for the Java.
2018-08-21 20:36:06 +01:00
Eugene Yaremenko
cf2d8b3460
Testing the tests ( #10793 )
...
* Add .directory to .gitignore
* TravisCI use Emacs 26.1
* CircleCI Add Emacs 26 & enable all tests
2018-06-06 23:55:29 -04:00
Jeremy Dormitzer
0e67c0eba2
Add epub layer
...
Ignore the nov-places file produced by nov.el
Fix link formatting
Add features to README
Format README
Remove trailing whitespace
2018-06-06 00:36:10 -04:00
Eivind Fonn
3d72cf2a53
Add templates layer (thanks YasuharuIida)
2018-05-22 23:46:07 -04:00
JAremko
2ef230369a
Convert new exporter into standalone tool
2017-08-02 09:16:23 +03:00
Tony Lotts
15873375dd
Ignore eww created url directory
2017-04-28 23:05:26 -04:00
syl20bnr
5a3a3f95f8
Ignore copied org files to /doc
2017-04-17 19:25:43 -04:00
deb0ch
333640c21a
add magnars/multiple-cursors.el's mc-lists.el to gitignore
2016-12-23 13:11:41 +02:00
Eivind Fonn
49845fc74a
Add some problematic files to gitignore
2016-08-21 15:17:46 +02:00
Josh Mize
f7427f4627
Fix .gitignore to enable submodule update
2016-08-07 16:26:34 +02:00
syl20bnr
5f6834ab23
Remove url cache from .gitignore
...
It is set to .cache directory
2016-02-16 23:42:05 -05:00
Andrew Hyatt
7cef221d82
Add files used by eww to .gitignore.
2016-02-16 23:41:17 -05:00
Joshua Ballanco
3e911ddd07
Correct ignore pattern for private
...
The pattern `private/*` only ignores items one level deep in the private directory. More deeply nested files (e.g. `private/snippets/mysnip`) will *not* be ignored. Changing this to just `private/` ignores the entire directory structure (minus the files explicitly included).
2016-01-11 22:00:13 -05:00
Eivind Fonn
212389b24d
Fix doc publishing code
...
- Fix wrong function names and variables
- Move export folder out of source tree, so we don't export the exports
- Add jpg to source image files
2015-11-02 22:30:44 +01:00
Eivind Fonn
1070d4b56a
Set up documentation publishing
2015-11-01 23:40:36 -05:00
Sebastian Wiesner
bb05ca487e
Ignore Cask bootstrap directory
2015-10-21 17:04:49 -04:00
syl20bnr
b45bc11851
Add local dir in private dir
2015-09-22 19:34:25 -04:00
syl20bnr
c505fde5e4
python: put anaconda-mode dir in cache dir
2015-09-22 19:28:53 -04:00
Robert O'Connor
6a520b611a
Add anaconda-mode/ to gitignore
2015-09-22 11:11:29 +02:00
syl20bnr
276c33bb31
Explicitly exclude private/snippets/README.md from ignored files
2015-01-29 00:35:14 -05:00
Tristan Hume
191d696dd1
Add a emacs-ycmd contrib layer.
2015-01-11 23:15:13 -05:00
syl20bnr
f7b8bdfe7d
Ignore games/ directory
2014-12-12 21:43:33 -05:00
syl20bnr
33a5bad727
Create private directory
2014-11-21 21:06:11 -05:00
syl20bnr
c2c0f2bcb9
Add nose and pylookup as regular directories
...
i.e. not as submodule
2014-11-14 23:12:47 -05:00
Rich Alesi
4db64a78e5
Begin to clean up root directory by getting persistent files into .cache
...
Conflicts:
spacemacs/packages.el
Added ac-comphist, recentf, and projectile cache files to .cache
2014-11-08 13:10:54 -05:00
syl20bnr
b78fd90a42
Update .gitignore
2014-11-04 13:09:26 -05:00
Tristan Hume
5546e9fe83
Git ignore jedi python env
2014-10-18 15:18:44 -04:00
syl20bnr
a0f38a328d
Update gitignore
2014-09-21 21:20:22 -04:00
syl20bnr
bcae558e7e
Ignore history file
2014-09-05 00:09:56 -04:00
syl20bnr
dc88ba2253
Remove more uneeded stuff
2014-09-02 00:51:43 -04:00
syl20bnr
87ac67f0b8
Update .gitignore
2014-09-01 01:13:01 -04:00
syl20bnr
679fb793ea
Update .gitignore
2014-07-09 23:44:32 -04:00
syl20bnr
cf9540d758
Save bookmarks in file .emacs.d/bookmarks
2014-05-04 15:08:13 -04:00
syl20bnr
4ac95a708b
Add keybindings for eval
2014-04-11 18:05:29 -04:00
syl20bnr
4ad4872a5a
Ignore .stackdump
2014-01-07 21:34:51 -05:00
sbenner
00ab934dda
Default desktop.el location settings
2013-12-18 10:32:03 -05:00
sbenner
99bb8c1122
Change destkop-mode save location
2013-12-13 11:55:47 -05:00
syl20bnr
03b8937db9
Add gist.el
2013-11-30 23:45:38 -05:00