add scripts to scan tags
This commit is contained in:
parent
90cffde075
commit
a95d4edeb5
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -f '.tags-external' ] ; then rm .tags-external; fi
|
||||
ctags -R -o .tags-external -a ./wp-includes
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
ctags -R -o .tags --exclude='node_modules/*' --exclude='wp-includes' *
|
Loading…
Reference in New Issue