This website requires JavaScript.
Explore
Help
Sign In
zellij-org
/
zellij
Watch
1
Star
1
Fork
0
You've already forked zellij
mirror of
https://github.com/zellij-org/zellij.git
synced
2024-11-22 13:02:12 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
46f6b59cb5
zellij
/
.gitignore
7 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
simplify .gitignore (#783) `/target` is useless when there's already `**/target`. And `**/target` should be written just `target`. And to be more precise, what's really wanted here is to match the "target" *directory* everywhere so the best rule is `target/`.
2021-10-18 11:46:00 +03:00
target/
chore(cleanup): Remove .vscode
2021-02-05 18:45:40 +03:00
*.new
.vscode
docs: first documentation step (#185) * added some documentation to the input module * added a bunch of documentation already, doing this non-linearly * added more comments * forgot cargo ftm again oop * PR change requests applied, some forgotten/imcomplete doc added
2021-02-17 17:55:09 +03:00
.vim
init: nix support (#1131) * init(nix): initial nix support * nix(compat): add flake-compat * remove `macro expansion` * remove `extraEntries` from `makeDesktopItem` * fix Categories * add darwin compatibilty
2022-02-27 15:07:26 +03:00
.DS_Store
clean and exit on window close
2021-05-13 16:07:59 +03:00
/assets/man/zellij.1
Reference in New Issue
Copy Permalink