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

Add devenv.sh template #581

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add devenv.sh template #581

wants to merge 1 commit into from

Conversation

smdex
Copy link

@smdex smdex commented Jun 28, 2024

Pull Request

Thank you for contributing to @toptal/gitignore and https://www.gitignore.io.

New or update

Select the appropriate check box for this pull request. This helps when merging to ensure there are no conflicts with other templates or misunderstandings of how thee template list works.

New

  • Template - New .gitignore template
  • Composition - Template made from smaller templates
  • Inheritance - Template similar to an existing template
  • Patch - Template extending functionality of existing template

Update

  • Template - Update existing .gitignore template

Details

https://devenv.sh is a development environment manager based on Nix.
Here is a gitignore generated on devenv init command:

# Devenv
.devenv*
devenv.local.nix

# direnv
.direnv

# pre-commit
.pre-commit-config.yaml

https://devenv.sh is a development environment manager based on Nix.
Here is a .gitignore generated with `devenv init`:

# Devenv
.devenv*
devenv.local.nix

# direnv
.direnv

# pre-commit
.pre-commit-config.yaml
@smdex smdex requested review from a team as code owners June 28, 2024 05:08
@smdex smdex requested review from alexmcode and Reem-Dalal and removed request for a team June 28, 2024 05:08
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.

1 participant