1
0
Fork 0

make github ignore .nix and .envrc file for language statistics

This commit is contained in:
Kim, Jimin 2025-05-15 13:09:12 +09:00
parent 49639b4bb8
commit 0ff2719b19
Signed by: pomp
GPG key ID: D3932F82A0667A3B

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
*.nix export-ignore
*.envrc export-ignore