cleanup
This commit is contained in:
65
bashrc/fdignore
Normal file
65
bashrc/fdignore
Normal file
@@ -0,0 +1,65 @@
|
||||
dist
|
||||
build
|
||||
target
|
||||
out
|
||||
.pnpm-store
|
||||
.npm-cache
|
||||
bower_components
|
||||
vendor
|
||||
.venv
|
||||
env
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
.tox
|
||||
*.egg-info
|
||||
.eggs
|
||||
.git
|
||||
go/telemetry
|
||||
venv
|
||||
node_modules
|
||||
.cache
|
||||
cache
|
||||
__pycache__
|
||||
pkg
|
||||
.vim
|
||||
.themes
|
||||
.cargo
|
||||
.config/discord
|
||||
.npm
|
||||
.mozilla
|
||||
.rustup
|
||||
.bun
|
||||
.yarn
|
||||
.gnupg
|
||||
.pyenv
|
||||
Dygma
|
||||
Bazecor
|
||||
.anthy
|
||||
.fzf
|
||||
.atlas
|
||||
.password-store
|
||||
pnpm
|
||||
.local/state
|
||||
virtualenv
|
||||
logs
|
||||
*.log
|
||||
*.png
|
||||
*.jpg
|
||||
*.webp
|
||||
*.mp3
|
||||
*.mp4
|
||||
*.gif
|
||||
*.svg
|
||||
*.ico
|
||||
*.pdf
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
*.dmg
|
||||
*.iso
|
||||
*.mov
|
||||
*.avi
|
||||
*.mkv
|
||||
*.wav
|
||||
*.flac
|
||||
Reference in New Issue
Block a user