Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ef9d61

Browse files
committedMar 2, 2018
installer: Add ops/config.yml to .gitignore
1 parent 46231b3 commit 8ef9d61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎installer.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ rm -rf ./ops/.git && \
1212
# Initial the config file using the template
1313
mv ops/config.yml.example ops/config.yml
1414

15+
# Add ops/config.yml to .gitignore
16+
echo "ops/config.yml" >> .gitignore
17+
1518
# Add new tasks to Rakefile
1619
cat <<EOT >> ./Rakefile
1720

0 commit comments

Comments
 (0)
Failed to load comments.