Skip to content

Commit

Permalink
folder restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
iprime2 committed Sep 29, 2024
1 parent 895a4cf commit e3f71e8
Show file tree
Hide file tree
Showing 122 changed files with 42 additions and 8,073 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/node_modules
/frontend/node_modules
/backend/node_modules
pnpm-lock.yaml
/backend

#FE
# dependencies
Expand Down Expand Up @@ -39,7 +41,7 @@

/frontend/.env
/frontend/next
/frontendpnpm-lock.yaml
/frontend/pnpm-lock.yaml
/frontend/package-lock.json

#BE
Expand Down
29 changes: 29 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"command": "npm run dev",
"name": "FE",
"request": "launch",
"type": "node-terminal",
"cwd": "${workspaceFolder}/frontend"
},
{
"command": "npm run start:dev",
"name": "BE",
"request": "launch",
"type": "node-terminal",
"cwd": "${workspaceFolder}/backend"
},
{
"command": "npm run dev",
"name": "Run npm start",
"request": "launch",
"type": "node-terminal"
}
]
}
67 changes: 0 additions & 67 deletions Dockerfile

This file was deleted.

41 changes: 0 additions & 41 deletions Jenkinsfile

This file was deleted.

36 changes: 0 additions & 36 deletions README.md

This file was deleted.

28 changes: 0 additions & 28 deletions actions/getAttendee.ts

This file was deleted.

35 changes: 0 additions & 35 deletions actions/getAttendees.ts

This file was deleted.

33 changes: 0 additions & 33 deletions actions/getRemark.ts

This file was deleted.

31 changes: 0 additions & 31 deletions actions/getUser.ts

This file was deleted.

34 changes: 0 additions & 34 deletions actions/getUsers.ts

This file was deleted.

Loading

0 comments on commit e3f71e8

Please sign in to comment.