gitignore .replit and replit.nix

This commit is contained in:
DaInfLoop 2024-04-30 11:24:51 +00:00
parent 25394c9b7c
commit c6a74f8045
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,2 +1,5 @@
/bun.lockb /bun.lockb
/node_modules /node_modules
.replit
replit.nix

View file

@ -1,6 +1,5 @@
hidden = [".config", "bun.lockb"] hidden = [".config", "bun.lockb"]
modules = ["bun-1.1:v1-20240401-269b323"] modules = ["bun-1.1:v1-20240401-269b323"]
run = "git push"
[nix] [nix]
channel = "stable-23_11" channel = "stable-23_11"