Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UI #44

Closed
wants to merge 26 commits into from
Closed
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
10 changes: 10 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
root: true,
// This tells ESLint to load the config from the package `eslint-config-custom`
extends: ["custom"],
settings: {
next: {
rootDir: ["apps/*/"],
},
},
};
35 changes: 0 additions & 35 deletions .github/workflows/client.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

46 changes: 27 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
*/node_modules
*/.next
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Testing
*/coverage
# dependencies
node_modules
.pnp
.pnp.js

# Configuration files
.env
# testing
coverage

# Production
*/build
# next.js
.next/
out/
build

# Vscode
.vscode
# misc
.DS_Store
*.pem

# Yarn, not using zero installs
node_modules
.yarn
!.yarn/releases
!.yarn/plugins
.pnp.*
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# Cypress
*/cypress/videos
*/cypress/screenshots
# turbo
.turbo
128 changes: 0 additions & 128 deletions CODE_OF_CONDUCT.md

This file was deleted.

Loading