Commit 1c967fdf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Remove .git and .github folders

parent 1a9933da
......@@ -34,5 +34,7 @@ all:
find / -name *.js.map -exec rm -f '{}' ';'
find / -name *.css.map -exec rm -f '{}' ';'
find / -depth -name __pycache__ -type d -exec rm -rf '{}' ';'
find / -depth -name .git -type d -exec rm -rf '{}' ';'
find / -depth -name .github -type d -exec rm -rf '{}' ';'
rm -rf frappe-home
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment