bash-it/clean_files.txt

47 lines
896 B
Plaintext

#######################################################################
# Allow-list of files to be lint-checked by CI
#
# Directory Suport
# Directory references are allowed within the file, ie:
#
# themes/powerline
#
# All files under the referenced directory will be checked
#
# Checking Files Locally
# You can manually invoke the check via:
#
# lint_clean_files.sh
#
# root directories
#
docs
# root files
#
.gitattributes
lint_clean_files.sh
# themes
#
themes/90210
themes/powerline
themes/barbuk
# plugins
#
plugins/available/basher.plugin.bash
# completions
#
completion/available/cargo.completion.bash
completion/available/knife.completion.bash
completion/available/packer.completion.bash
completion/available/pipx.completion.bash
completion/available/rustup.completion.bash
completion/available/vault.completion.bash
# aliases
aliases/available/vim.aliases.bash