diff --git a/vim/tagscan.sh b/vim/tagscan.sh new file mode 100644 index 0000000..d4799ec --- /dev/null +++ b/vim/tagscan.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ctags -R -o .tags --exclude='node_modules/*' --exclude='wp-includes' * \ No newline at end of file