Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Instruction to update .gitignore is incorrect #149

Description

@Deborah-Digges

Issue Summary

In CONTRIBUTING.md, the following command is given to add sendgrid.env to .gitignore:

echo "sendgrid.env" >> .gitignore

However, this results in an incorrect .gitignore file which looks like this after running the command:

open_source_library_data.egg-info/

README.txtsendgrid.env

Steps to Reproduce

  1. Run the command echo "sendgrid.env" >> .gitignore
  2. cat .gitignore | tail

Actual output

README.txtsendgrid.env

Expected output

README.txt
sendgrid.env

Technical details:

  • Python Version: 3.6.3
  • Browser/OS: Chrome/MacOS
  • Database/Version: mysql Ver 8.0.12 for macos10.13 on x86_64 (MySQL Community Server - GPL)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions