diff --git a/.gitignore b/.gitignore index f0bb986..7c365ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /bun.lockb -/node_modules \ No newline at end of file +/node_modules + +.replit +replit.nix \ No newline at end of file diff --git a/.replit b/.replit index 8552eb7..ad0d091 100644 --- a/.replit +++ b/.replit @@ -1,6 +1,5 @@ hidden = [".config", "bun.lockb"] modules = ["bun-1.1:v1-20240401-269b323"] -run = "git push" [nix] channel = "stable-23_11"