#!/bin/sh
git diff --cached --name-status | awk '$2 ~ "src/\_eko*" { print "WARNING: changes in files inside _eko_ folder will be overriden by Eko Studio on a push action. If you still want to commit it please use `git commit -n`"; exit 1 }'