Updating gitignore to hush nix

This commit is contained in:
Jean Viscogliosi-Pate 2024-08-31 17:43:10 -07:00
parent 5d0ea9b198
commit c727794550
2 changed files with 39 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
node_modules node_modules
package-lock.json package-lock.json
dist/ dist/
flake.lock
yarn.lock yarn.lock
assets/built/ assets/built/

39
flake.lock Normal file
View File

@ -0,0 +1,39 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 0,
"narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=",
"path": "/nix/store/d9gbq853jvbccrz5g3y0irbwgc57w137-source",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"systems": "systems"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}