mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-12 11:46:40 +00:00
azure
This commit is contained in:
parent
a187e1c526
commit
866a3ba7da
1 changed files with 0 additions and 39 deletions
39
.gitignore
vendored
39
.gitignore
vendored
|
|
@ -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
|
|
||||||
Loading…
Reference in a new issue