Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant