From af474157c236c770578597b8b2f3ee3753ee031e Mon Sep 17 00:00:00 2001 From: overflowerror Date: Sat, 17 Aug 2024 00:08:44 +0200 Subject: [PATCH] update gitignore --- .gitignore | 2 ++ public/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d2b47d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +node_modules \ No newline at end of file diff --git a/public/.gitignore b/public/.gitignore index 4187d67..85ee53f 100644 --- a/public/.gitignore +++ b/public/.gitignore @@ -1 +1,2 @@ -bundle.js \ No newline at end of file +bundle.js +bundle.css \ No newline at end of file