diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..c9ae2c7 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,15 @@ +.DS_Store +node_modules/ +/dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +._* \ No newline at end of file