aws-elastic-beanstalk-cli
aws-elastic-beanstalk-cli copied to clipboard
ignore symlinks if they are in in .ebignore
fixes #69
I have my ebcli inside a folder in the repo.
The ebcli folder is ignored within the .ebignore
as
ebcli
ebcli/
ebcli/*
With this patch the ebcli/lib64
symling is still included.
To remove it i need to explicitly ignore ebcli/lib64
(and all other symlinks).
IMO ignoring ebcli
should suffice to not even include the folder itself (much less its content).
Yeah, that's correct. I'm not a python developer and stuck at this piece of code I wrote for an hour. I know that this solution is not optimal but it's working for my team.