10 lines
111 B
Bash
Executable File
10 lines
111 B
Bash
Executable File
#! /usr/bin/env bash
|
|
#
|
|
# Clean ignored files
|
|
#
|
|
|
|
# TODO: integrate with Bridge.sh
|
|
|
|
git clean -d -f -X
|
|
git add .
|