Skip to content
New issue

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

Update .gitignore: exclude .env files and pyenv .python-version #200

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

GR360RY
Copy link
Contributor

@GR360RY GR360RY commented Jan 31, 2024

  1. It is common to keep environment variables in either .env or .envrc files in the project root folder. To avoid accidental secrets leak, exclude .env files.
  2. To support kickstart files validation and syntax highlighting pykickstart python package can be used together with "Kickstart Language Support" plugin for VScode. If python environment is managed with pyenv, make sure to exclude .python-version which is always local for user's environment.

@GR360RY GR360RY mentioned this pull request Feb 1, 2024
@alexsander-souza alexsander-souza merged commit 229087f into canonical:main Feb 1, 2024
1 check passed
@GR360RY GR360RY deleted the update_gitignore branch February 3, 2024 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants