commit 5132a312419518c61e8a1faed744af623c333cde Author: Ana Custura Date: Wed Nov 5 16:54:48 2025 +0000 Add git ingore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b65c61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Dependencies +/node_modules + +# Production +/build + +# Generated files +.docusaurus +.cache-loader + +# Misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +./idea