ALT-F4-LLC / kickstart.nix

Kickstart your Nix environment.
Apache License 2.0
166 stars 35 forks source link

Add `.gitignore` to Rust Template to Exclude `.direnv` and `/target` #65

Closed adiepenbrock closed 2 months ago

adiepenbrock commented 3 months ago

This change adds a .gitignore file to the Rust template to ensure that the .direnv and /target are not committed to git repositories.

hbjydev commented 3 months ago

Will merge once CI passes :)

erikreinert commented 2 months ago

I got it! Ty for the changes!