1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 03:39:16 +03:00
wezterm/.gitignore
Wez Furlong 9a610358d1 docs: upgrade to mdbook 0.4, enable link checking
Standardize on `thing.md` rather than `thing.markdown` to make it
easier to cross link.
2021-01-30 14:14:29 -08:00

30 lines
521 B
Plaintext

.DS_Store
/docs/_site
/PKGBUILD
/WezTerm*.zip
/WezTerm*.exe
/wezterm*.deb
/wezterm*.tar.xz
/pkg
/target/
/gh_pages/
/docs/SUMMARY.md
/docs/install/*.md
/docs/colorschemes/**/index.md
/docs/config/lua/config/index.md
/docs/config/lua/wezterm/index.md
/docs/config/lua/pane/index.md
/docs/config/lua/window/index.md
/docs/config/lua/keyassignment/index.md
**/*.rs.bk
.*.sw*
/esctest.log
/AppDir
/WezTerm*.AppImage
/WezTerm*.AppImage.zsync
/WezTerm-macos-*
/wezterm*-src.tar.gz
/wezterm-linuxbrew.rb
/wezterm.rb
/perf.data*