diff --git a/Src/Website/.gitignore b/Src/Website/.gitignore new file mode 100644 index 000000000..e6e9ac43d --- /dev/null +++ b/Src/Website/.gitignore @@ -0,0 +1,20 @@ +# 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* \ No newline at end of file