mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
WSL: Merge
This commit is contained in:
commit
29729674e5
78 changed files with 5817 additions and 4833 deletions
41
.gitignore
vendored
41
.gitignore
vendored
|
|
@ -1,11 +1,28 @@
|
|||
.DS_Store
|
||||
# Private Files
|
||||
*private*
|
||||
.private.env.*
|
||||
|
||||
# Test files
|
||||
test/
|
||||
test.*
|
||||
|
||||
# Archives
|
||||
*.gz
|
||||
*.tar
|
||||
*.zip
|
||||
*.tgz
|
||||
|
||||
# Utils
|
||||
xdg-ninja/
|
||||
|
||||
# IPython config cache
|
||||
.config/ipython/profile_default/db
|
||||
.config/ipython/profile_default/log
|
||||
.config/ipython/profile_default/pid
|
||||
.config/ipython/profile_default/security
|
||||
.config/ipython/profile_default/history.sqlite
|
||||
|
||||
# nvim config cache
|
||||
.config/nvim/tt.*
|
||||
.config/nvim/.tests
|
||||
.config/nvim/doc/tags
|
||||
|
|
@ -17,15 +34,17 @@
|
|||
.config/nvim/lazy-lock.json
|
||||
.config/nvim/lazyvim.json
|
||||
.config/nvim/lua/plugins/obsidian.lua
|
||||
test/
|
||||
test.*
|
||||
*.gz
|
||||
*.tar
|
||||
*.zip
|
||||
*.tgz
|
||||
# WindowsTerminal.json
|
||||
|
||||
# Undone
|
||||
# Windows PowerToys
|
||||
PowerToys/
|
||||
xdg-ninja/
|
||||
.DS_Store
|
||||
# Just Script
|
||||
Justfile
|
||||
# Nushell
|
||||
.config/nushell/
|
||||
# VSCode Neovim
|
||||
vscode/
|
||||
.vscode/
|
||||
.vscode/
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue