Skip to content

Instantly share code, notes, and snippets.

@blackymetal
Created June 12, 2020 13:19
Show Gist options
  • Save blackymetal/cc60fef8ad642852ecf588424aa3eadb to your computer and use it in GitHub Desktop.
Save blackymetal/cc60fef8ad642852ecf588424aa3eadb to your computer and use it in GitHub Desktop.
My tags
--recurse=yes
--tag-relative=yes
--exclude=.git
--exclude="vendor"
--exclude="node_modules"
--exclude="composer.phar"
--exclude="public"
--langdef=markdown
--langmap=markdown:.md
--regex-markdown=/^(#+[ \t]+.*)/\1/h,heading,headings/
--langdef=json
--langmap=json:.json
--regex-json=/^[ \t]*"(.*)":/\1/k,key,keys/
--langdef=yaml
--langmap=yaml:.yml.yaml
--regex-yaml=/^[ \t]*(.*):/\1/k,key,keys/
--exclude=*.min.*
--exclude=*.js
--exclude=*.spec.*
--exclude=*.test.*
--exclude=*.stories.*
--exclude=*.tar.*
--exclude=.*bundle.*
--exclude=.Master
--exclude=.bak
--exclude=.cache
--exclude=.class
--exclude=.csproj
--exclude=.csproj.user
--exclude=.dll
--exclude=.map
--exclude=.pdb
--exclude=.pyc
--exclude=.sln
--exclude=.swp
--exclude=.tmp
--exclude=bower_components
--exclude=coverage
--exclude=cscope.*
--exclude=dist
--exclude=min
--exclude=node_modules
--exclude=tags
--exclude=test
--exclude=tests
--exclude=vendor
--sort=no
--PHP-kinds=+cf-v
--fields=+aimS
--php-kinds=cdfi
--languages=php
--tag-relative=yes
--totals=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment