Skip to content

Commit

Permalink
Ignore helper/install-dir, Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brrygrdn committed Jan 11, 2022
1 parent 7ac0e6a commit 847d111
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ vendor
/.vscode/
/.vscode-server/
/.vscode-server-insiders/
/bundler/helpers/install-dir
.byebug_history
**/helpers/install-dir
/npm_and_yarn/helpers/node_modules
/npm_and_yarn/helpers/install-dir
/npm_and_yarn/helpers/.node-version
/go_modules/helpers/install-dir
/terraform/helpers/install-dir
/dry-run
**/bin/helper
/.core-bash_history
Expand Down
1 change: 0 additions & 1 deletion bundler/helpers/v1/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
fi

install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/bundler/v1"

mkdir -p $install_dir

helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
Expand Down
1 change: 0 additions & 1 deletion bundler/helpers/v2/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
fi

install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/bundler/v2"

mkdir -p $install_dir

helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
Expand Down
1 change: 0 additions & 1 deletion composer/helpers/v1/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
fi

install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/composer/v1"

mkdir -p $install_dir

helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
Expand Down
1 change: 0 additions & 1 deletion composer/helpers/v2/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
fi

install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/composer/v2"

mkdir -p $install_dir

helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
Expand Down
1 change: 0 additions & 1 deletion python/helpers/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
fi

install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/python"

mkdir -p $install_dir

helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
Expand Down

0 comments on commit 847d111

Please sign in to comment.