Add 'devdocs' dir to '.gitignore' file. (#15368)

This commit is contained in:
Alfonso Montero 2022-02-21 04:50:46 +01:00 committed by GitHub
parent 761e2025aa
commit 4f66e93ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -21,6 +21,7 @@
.trello
/.cask/
/.my-keybindings.el.swp
/devdocs
/eww-bookmarks
/history
/image-dired

View File

@ -547,6 +547,7 @@ Other:
- =.gitignore= now ignores tag files and the bbdb database.
- =.gitignore= now ignores org-journal-cache-file (thanks to Benjamin Hipple)
- =.gitignore= now ignores image-dired-dir (thanks to Alfonso Montero)
- =.gitignore= now ignores devdocs (thanks to Alfonso Montero)
- Added =vim-style-visual-feedback= and =hybrid-style-visual-feedback= style
variables to enable =evil-goggles= pulse in the Vim and Hybrid editing
styles, respectively; disabled by default (thanks to Sylvain Benner)