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

Notification bell w AWS credentials error #65

Closed
wants to merge 13 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
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'

- name: Install frontend dependencies
run: |
Expand Down
18 changes: 15 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Ignore node_modules in subdirectories
/backend/node_modules
/frontend/node_modules
/node_modules
/backend/node_modules/
/frontend/node_modules/
/node_modules/

# Ignore frontend build files
/frontend/tsconfig.*.tsbuildinfo

# Ignore NestJS dist files
/backend/dist/

# Ignore .env in subdirectories
/backend/.env

# Ignore backend keys
/backend/keys/

# Ignore OS-specific files
.DS_Store
Expand Down
22 changes: 0 additions & 22 deletions backend/dist/app.module.js

This file was deleted.

76 changes: 0 additions & 76 deletions backend/dist/auth/auth.controller.js

This file was deleted.

28 changes: 0 additions & 28 deletions backend/dist/auth/auth.module.js

This file was deleted.

Loading