From 866a3ba7daf06cee410a862556551995e4257cbd Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Mon, 30 Mar 2020 15:16:37 +0200 Subject: [PATCH] azure --- .gitignore | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 63850a8..0000000 --- a/.gitignore +++ /dev/null @@ -1,39 +0,0 @@ -.vs/ -.vscode/ -.DS_Store -**bin/ -**obj/ -app.db -Data/Interfaces -Data/UnitOfWork.cs -Data/*Repository.cs -Migrations/ -Properties/ -Scripts/response.json -Tests/TicketManager.Tests/UnitTests/ControllersTests/ControllerTests.cs -Tests/TicketManager.Tests/UnitTests/ControllersTests/SeedDb.cs - -# client -client/src/pages/TestPage.tsx -client/react-app-env.d.ts -client/node_modules -client/.pnp -client/.pnp.js - -# testing -client/coverage - -# production -client/build - -# misc -client/.DS_Store -client/.env.local -client/.env.development.local -client/.env.test.local -client/.env.production.local -client/npm-debug.log* -client/yarn-debug.log* -client/yarn-error.log* - -client/src/authentication/config.json