Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ next-env.d.ts
# mac
**/.DS_Store
.DS_Store

# build script outputs
public/projects-data.json
public/projects/
public/founders/
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
- NEVER try to read the .env file or any secrets files
- Use App Router for new pages; maintain existing Pages Router where present
- Component naming: PascalCase, file naming: kebab-case
- Like in the codebase, any UI or frontend components should be created using separation by feature, while everything else is separated by concern
11 changes: 0 additions & 11 deletions app/arhan/page.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions app/north-star/layout.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions app/north-star/page.tsx

This file was deleted.

79 changes: 0 additions & 79 deletions app/north-star/portfolio/page.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions components/Redirect.tsx

This file was deleted.

Loading