3 Commits

Author SHA1 Message Date
77a5fe628c feat: Add .env example files and update .gitignore
This commit introduces .env.production.example and .env.development.example files with API Base URL configuration. It also updates the .gitignore file to ignore the actual .env files, to ensure sensitive data is not tracked.
2024-06-06 14:52:53 +02:00
411a5e2614 feat: update .gitignore file
This revision changes the .gitignore file to focus on core dependencies, testing, production, misc, and vercel. As part of the change, a simplified template has replaced the previous one, removing obsolete or unnecessary ignoring patterns, thus streamlining ignore rules.
2024-06-06 14:09:48 +02:00
7727415aaa Initial commit 2024-06-06 11:04:06 +02:00