Skip to content
Snippets Groups Projects
Commit e01cd008 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Remove useless line of code

parent ab4b010d
Branches
Tags
No related merge requests found
......@@ -185,7 +185,6 @@ elif [ "$1" = 'seed-gitignore' ]; then
old_dir="$PWD"
cd "$HOME"
git config core.excludesfile ".gitignore.d/$REPO_NAME"
files=$(git ls-files)
gitignores=$(for file in $(git ls-files); do
while true; do
echo $file; new="${file%/*}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment