-
-
Notifications
You must be signed in to change notification settings - Fork 794
/
.gitignore
65 lines (65 loc) · 1.5 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/.tag
.DS_Store
dhat-heap.json
/docs/_site
/docs/favicon.png
/docs/favicon.svg
/docs/fonts/*
/mkdocs.yml
/PKGBUILD
/WezTerm*.zip
/WezTerm*.exe
/wezterm*.deb
/wezterm*.tar.xz
/pkg
/target/
/termwiz/codegen/target
/termwiz/codegen/Cargo.lock
/gh_pages/
/.cache/
/docs/releases.json
/docs/SUMMARY.md
/docs/cli/cli/index.md
/docs/recipes/index.md
/docs/colorschemes/**/index.md
/docs/colorschemes/scheme.css
/docs/colorschemes/scheme.js
/docs/config/lua/color/index.md
/docs/config/lua/config/index.md
/docs/config/lua/gui-events/index.md
/docs/config/lua/keyassignment/index.md
/docs/config/lua/keyassignment/CopyMode/index.md
/docs/config/lua/mux-events/index.md
/docs/config/lua/mux-window/index.md
/docs/config/lua/MuxDomain/index.md
/docs/config/lua/MuxTab/index.md
/docs/config/lua/MuxPane/index.md
/docs/config/lua/pane/index.md
/docs/config/lua/wezterm.color/index.md
/docs/config/lua/wezterm.gui/index.md
/docs/config/lua/wezterm.mux/index.md
/docs/config/lua/wezterm.procinfo/index.md
/docs/config/lua/wezterm.serde/index.md
/docs/config/lua/wezterm.time/index.md
/docs/config/lua/wezterm.time/Time/index.md
/docs/config/lua/wezterm.url/index.md
/docs/config/lua/wezterm/index.md
/docs/config/lua/window-events/index.md
/docs/config/lua/window/index.md
/docs/mermaid.min.js
**/*.rs.bk
.*.sw*
/esctest.log
/AppDir
/WezTerm*.AppImage
/WezTerm*.AppImage.zsync
/WezTerm-macos-*
/wezterm*-src.tar.gz
/wezterm-linuxbrew.rb
/wezterm.rb
/perf.data*
.idea/
/winget-pkgs
/assets/flatpak/generated-sources.json
/__pycache__/
/nix/result