- Implemented tests for Events and Testimonials endpoints in `test-cms.sh` - Added common functions and variables for API testing in `test-common.sh` - Created tests for Mentor endpoints in `test-mentors.sh` - Developed tests for Gacha endpoints in `test-gacha.sh` - Established tests for Hackathon endpoints in `test-hackathon.sh` - Implemented tests for Authentication endpoints in `test-auth.sh` - Added tests for Roles and Permissions endpoints in `test-roles-permissions.sh` - Created tests for Teams endpoints in `test-teams.sh` - Developed tests for User Management endpoints in `test-users.sh`
16 lines
144 B
Plaintext
16 lines
144 B
Plaintext
# Build
|
|
/target
|
|
/resutl
|
|
|
|
# Nix
|
|
/.direnv
|
|
/Cargo.nix
|
|
|
|
# Environment
|
|
.envrc
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.staging
|
|
.env.production
|
|
**/**.log |