Using this script: ```sh set -ex FILE=$1 DIR=`dirname $FILE` TMP_FILE=$DIR/_existing.excludes FINAL_FILE=$DIR/2.5.x.backwards.excludes/_existing.excludes mv $FILE $TMP_FILE mkdir $DIR/2.5.x.backwards.excludes (echo "# This file contains all excludes added before changing to the subdirectory style" && cat $TMP_FILE) > $FINAL_FILE rm $TMP_FILE git add $FINAL_FILE ``` |
||
|---|---|---|
| .. | ||
| src | ||