55 lines
771 B
Plaintext
55 lines
771 B
Plaintext
wk
|
|
#*-nushell-plugins.tar.gz
|
|
target
|
|
distribution/nu
|
|
distribution/nu_plugin*
|
|
.qodo
|
|
# enviroment to load on bin/build
|
|
.env
|
|
# OSX trash
|
|
.DS_Store
|
|
|
|
# Vscode files
|
|
.vscode
|
|
|
|
# Emacs save files
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
# Vim-related files
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
|
|
# cscope-related files
|
|
cscope.*
|
|
|
|
# User cluster configs
|
|
.kubeconfig
|
|
|
|
.tags*
|
|
|
|
# direnv .envrc files
|
|
.envrc
|
|
|
|
# make-related metadata
|
|
/.make/
|
|
|
|
# Just in time generated data in the source, should never be committed
|
|
/test/e2e/generated/bindata.go
|
|
|
|
# This file used by some vendor repos (e.g. github.com/go-openapi/...) to store secret variables and should not be ignored
|
|
!\.drone\.sec
|
|
|
|
# Godeps workspace
|
|
/Godeps/_workspace
|
|
|
|
/bazel-*
|
|
*.pyc
|
|
|
|
# generated by verify-vendor.sh
|
|
vendordiff.patch
|