From c6a74f804581a3bf2a479b126fb53aac921ca4af Mon Sep 17 00:00:00 2001 From: DaInfLoop Date: Tue, 30 Apr 2024 11:24:51 +0000 Subject: [PATCH] gitignore .replit and replit.nix --- .gitignore | 5 ++++- .replit | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) 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"