Skip to content

Commit

Permalink
template cookiecutter gitignore so it doesnt ignore its own files
Browse files Browse the repository at this point in the history
  • Loading branch information
kteague committed Jul 24, 2019
1 parent f2f1c79 commit fd8944a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ env
.venv
.pytest_cache

# AIM Administrator Credentials
.credentials.yaml

# AIM Resources
Resources/
aim_ftest
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
aws_access_key_id: {{cookiecutter.aws_access_key_id}}
aws_secret_access_key: {{cookiecutter.aws_secret_access_key}}
aws_default_region: {{cookiecutter.aws_default_region}}
master_account_id: '{{cookiecutter.master_account_id}}'
master_admin_iam_username: '{{cookiecutter.master_admin_iam_username}}'

0 comments on commit fd8944a

Please sign in to comment.