Skip to content

Commit 2325896

Browse files
author
Grégoire Paris
committed
ignore bundle directory
It contains symlink that might not be valid (if you use docker, for instance).
1 parent 6b0b468 commit 2325896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/hooks/php/ctags/update-ctags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ build_ctags_command()
4747
then
4848
case $projectType in
4949
symfony2)
50-
command="$command --exclude='app/cache/*'"
50+
command="$command --exclude='app/cache/*' --exclude='web/bundles/*'"
5151
;;
5252
symfony1)
5353
command="$command --exclude='cache/*' --exclude='plugins/*/vendor'"

0 commit comments

Comments
 (0)