Skip to content

Commit 847d111

Browse files
committed
Ignore helper/install-dir, Whitespace
1 parent 7ac0e6a commit 847d111

File tree

6 files changed

+2
-9
lines changed

6 files changed

+2
-9
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ vendor
1717
/.vscode/
1818
/.vscode-server/
1919
/.vscode-server-insiders/
20-
/bundler/helpers/install-dir
20+
.byebug_history
21+
**/helpers/install-dir
2122
/npm_and_yarn/helpers/node_modules
22-
/npm_and_yarn/helpers/install-dir
2323
/npm_and_yarn/helpers/.node-version
24-
/go_modules/helpers/install-dir
25-
/terraform/helpers/install-dir
2624
/dry-run
2725
**/bin/helper
2826
/.core-bash_history

bundler/helpers/v1/build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
88
fi
99

1010
install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/bundler/v1"
11-
1211
mkdir -p $install_dir
1312

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

bundler/helpers/v2/build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
88
fi
99

1010
install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/bundler/v2"
11-
1211
mkdir -p $install_dir
1312

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

composer/helpers/v1/build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
88
fi
99

1010
install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/composer/v1"
11-
1211
mkdir -p $install_dir
1312

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

composer/helpers/v2/build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
88
fi
99

1010
install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/composer/v2"
11-
1211
mkdir -p $install_dir
1312

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

python/helpers/build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if [ -z $DEPENDABOT_NATIVE_HELPERS_PATH ]; then
88
fi
99

1010
install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/python"
11-
1211
mkdir -p $install_dir
1312

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

0 commit comments

Comments
 (0)