Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"prisma.pinToPrisma6": true,
"vsicons.presets.angular": true
}
46 changes: 0 additions & 46 deletions PULL_REQUEST_TEMPLATE.md

This file was deleted.

230 changes: 0 additions & 230 deletions README.md

This file was deleted.

Binary file removed assets/cat.gif
Binary file not shown.
Binary file removed assets/field1.jpeg
Binary file not shown.
Binary file removed assets/field3.jpeg
Binary file not shown.
Binary file removed assets/field4.jpeg
Binary file not shown.
Binary file removed assets/field5.jpeg
Binary file not shown.
Binary file removed assets/field6.jpeg
Binary file not shown.
Binary file removed assets/field7.jpeg
Binary file not shown.
Binary file removed assets/fielders.jpeg
Binary file not shown.
Binary file removed assets/fielders.png
Binary file not shown.
Binary file removed assets/frigobar-da-field-quando-meta-eh-batida.jpeg
Binary file not shown.
Binary file removed assets/image.jpg
Binary file not shown.
7 changes: 7 additions & 0 deletions kanban/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules
dist
coverage
client/node_modules
server/node_modules
client/dist
server/dist
7 changes: 7 additions & 0 deletions kanban/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"semi": true,
"tabWidth": 2
}
Loading