31 lines
348 B
Plaintext
31 lines
348 B
Plaintext
# custom functions
|
|
!files/.config/fish/functions/nvm.fish
|
|
|
|
# install artefacts
|
|
tmp
|
|
logs/*
|
|
**/*.deb
|
|
|
|
# setup files
|
|
**/plugged
|
|
**/autoload
|
|
**/functions
|
|
**/completions
|
|
**/conf.d
|
|
**/fish_variables
|
|
**/gcloud
|
|
**/coc
|
|
**/configstore
|
|
**/wslu
|
|
**/TabNine
|
|
**/firebase
|
|
**/pypoetry
|
|
|
|
# pytest
|
|
**/__pycache__
|
|
**/.pytest_cache
|
|
|
|
# ssh env
|
|
**/id_rsa*
|
|
**/known_hosts*
|