From 4bb439dfff49ed9673805edb729b2d2c12a757bc Mon Sep 17 00:00:00 2001 From: Juan Date: Mon, 11 Oct 2021 11:02:05 +0200 Subject: [PATCH] adding gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1637724 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.htpasswd* +.htaccess* +.DS_Store +**/node_modules/* +**/cache/* +*/node_modules/* +*/cache/* +node_modules +cache \ No newline at end of file