We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your .gitignore is specific to elasticbeanstalk. Add in the most common python gitignores in https://github.com/github/gitignore/blob/master/Python.gitignore and remove normally gitignored files. Specifically, remove the .pyc files with git rm --cached.
.gitignore
.pyc
git rm --cached
The text was updated successfully, but these errors were encountered:
hhonasoge
No branches or pull requests
Your
.gitignore
is specific to elasticbeanstalk. Add in the most common python gitignores in https://github.com/github/gitignore/blob/master/Python.gitignore and remove normally gitignored files. Specifically, remove the.pyc
files withgit rm --cached
.The text was updated successfully, but these errors were encountered: