From 3940c0667e9c46a8897cdcf58094a50997f50e25 Mon Sep 17 00:00:00 2001 From: Ajurna Date: Thu, 2 Jun 2022 12:03:09 +0100 Subject: [PATCH] ignore node_modules folder. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3f3a59e..3f3a8f0 100644 --- a/.gitignore +++ b/.gitignore @@ -91,4 +91,5 @@ media .env db.sqlite3 identifier.sqlite -.dmypy.json \ No newline at end of file +.dmypy.json +node_modules \ No newline at end of file