Skip to content

Commit 76b59e9

Browse files
authored
Merge pull request #3 from cchris-p/migrate-db
Migrate db
2 parents 3059176 + 7a14dc8 commit 76b59e9

File tree

151 files changed

+48642
-2734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+48642
-2734
lines changed

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/admin/node_modules
5+
/frontend/node_modules
6+
/backend/node_modules
7+
/.pnp
8+
.pnp.js
9+
10+
# testing
11+
/coverage
12+
13+
# misc
14+
.DS_Store
15+
.env.local
16+
.env.development.local
17+
.env.test.local
18+
.env.production.local
19+
20+
npm-debug.log*
21+
yarn-debug.log*
22+
yarn-error.log*
23+
24+
# Local Netlify folder
25+
.netlify
26+
frontEnd/src/images/143166632_789864491885735_2998705247948728589_n.jpg

.vs/GreenTeamPROJECT/v16/.suo

30 KB
Binary file not shown.

.vs/ProjectSettings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": null
3+
}

.vs/VSWorkspaceState.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ExpandedNodes": [
3+
""
4+
],
5+
"SelectedNode": "\\db checker-TEMPLATESQL3 CODED CPP.txt",
6+
"PreviewInSolutionExplorer": false
7+
}

.vs/slnx.sqlite

88 KB
Binary file not shown.

0 commit comments

Comments
 (0)