Skip to content

Commit

Permalink
Merge pull request #50 from UoaWDCC/nate/testing
Browse files Browse the repository at this point in the history
Pre-2024 Changes
  • Loading branch information
Oculux314 authored Jul 16, 2024
2 parents 86f4775 + 2143bc5 commit cab3700
Show file tree
Hide file tree
Showing 106 changed files with 28,982 additions and 17,088 deletions.
36 changes: 18 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,40 @@
/node_modules

# dependencies
/frontend/node_modules
/frontend/.pnp
/frontend/.pnp.js
/next/node_modules
/next/.pnp
/next/.pnp.js

# testing
/frontend/coverage
/next/coverage

# next.js
/frontend/.next/
/frontend/out/
/next/.next/
/next/out/

# production
/frontend/build
/next/build

# misc
/frontend/.DS_Store
/frontend/*.pem
/next/.DS_Store
/next/*.pem

# debug
/frontend/npm-debug.log*
/frontend/yarn-debug.log*
/frontend/yarn-error.log*
/frontend/.pnpm-debug.log*
/next/npm-debug.log*
/next/yarn-debug.log*
/next/yarn-error.log*
/next/.pnpm-debug.log*

# local env files
/frontend/.env*.local
/frontend/.env
/next/.env*.local
/next/.env

# vercel
/frontend/.vercel
/next/.vercel

# typescript
/frontend/*.tsbuildinfo
/frontend/next-env.d.ts
/next/*.tsbuildinfo
/next/next-env.d.ts


############################
Expand Down
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
// Nest all the config files under each package.json
"package.json": "*"
},
"files.exclude": {
// Generated files which we don't need to see in the explorer
// Comment out temporarily if you need to see them
"**/node_modules": true,
"**/.next": true,
"**/.cache": true,
"**/.tmp": true,
"**/build": true
}
}
Binary file removed README.pdf
Binary file not shown.
2 changes: 0 additions & 2 deletions frontend/.npmrc

This file was deleted.

4 changes: 0 additions & 4 deletions frontend/.vscode/settings.json

This file was deleted.

137 changes: 0 additions & 137 deletions frontend/app/about-us/page.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions frontend/app/api/hello/route.ts

This file was deleted.

Binary file removed frontend/app/favicon.ico
Binary file not shown.
117 changes: 0 additions & 117 deletions frontend/app/feedback/page.tsx

This file was deleted.

Loading

0 comments on commit cab3700

Please sign in to comment.