mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
- Added COPYRIGHT file with full copyright notice - Added LICENSE file with proprietary license - Added CODEOWNERS file for repository protection - Added contact information: radosavlevici.ervin@gmail.com Copyright (c) 2024 Ervin Remus Radosavlevici All rights reserved.
17 lines
585 B
Plaintext
17 lines
585 B
Plaintext
# This file defines code ownership for this repository
|
|
# Each line is a file pattern followed by one or more owners
|
|
|
|
# Default owners for everything in the repo
|
|
* @radosavlevici
|
|
|
|
# Security-related files have specific ownership
|
|
/app/lib/crypto.ts @radosavlevici
|
|
/app/lib/auth.ts @radosavlevici
|
|
/app/middleware/security.ts @radosavlevici
|
|
/app/utils/secureStorage.ts @radosavlevici
|
|
/app/utils/securityUtils.ts @radosavlevici
|
|
/app/components/security/ @radosavlevici
|
|
/app/routes/login.tsx @radosavlevici
|
|
/COPYRIGHT @radosavlevici
|
|
/SECURITY.md @radosavlevici
|
|
/.gitattributes @radosavlevici |