7 lines
77 B
Bash
Executable file
7 lines
77 B
Bash
Executable file
#! /usr/bin/env bash
|
|
#
|
|
# Clean ignored files
|
|
#
|
|
|
|
git clean -d -f -X
|
|
git add .
|