feat: add configuration files and scripts for project setup ✨
🚀 Breaking Changes: - Introduced new environment variables for GitLab API integration - Added validation script for PR checks - Updated package.json with new scripts for testing and formatting 📝 Details: - Added .prettierrc and .eslintrc.json for code formatting and linting - Created .env.example for environment variable setup - Updated CHANGELOG.md with recent changes - Added documentation for GitHub secrets setup
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
build
|
||||
build
|
||||
.env
|
||||
.env.local
|
||||
.env.test
|
||||
coverage/
|
||||
*.log
|
Reference in New Issue
Block a user