Skip to content

Commit

Permalink
feat: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 25, 2024
1 parent 21a84be commit ef69a1e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,13 @@ require("lazy").setup({
},
filtered_items = {
hide_dotfiles = false,
hide_by_name = {
".CFUserTextEncoding",
".manpath",
},
never_show = {
".DS_Store",
},
},
follow_current_file = true,
hijack_netrw_behavior = "open_current",
Expand Down
32 changes: 32 additions & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.Trash
.bun
.cache
.cargo
.cups
.dropbox
.files
.fly
.foundry
.gem
.hex
.local
.mix
.nix-*
.npm
.rustup
.svm
.vscode
Dropbox/.dropbox.cache
Library
Movies
Music
Pictures
.mylogin.cnf
.npmrc
.python_history
.viminfo
**/.DS_Store
**/.elixir_ls
**/.localized
**/node_modules
**/undo

0 comments on commit ef69a1e

Please sign in to comment.