2021-04-08 07:09:27 +07:00

8 lines
77 B
Bash
Executable File

#! /usr/bin/env bash
#
# Clean ignored files
#
git clean -d -f -X
git add .