Compare commits

..

2 Commits

Author SHA1 Message Date
fbfa5a4b6a chore(.gitignore): update env file pattern in gitignore
All checks were successful
CI/CD Pipeline / Quick Checks (pull_request) Successful in 55s
CI/CD Pipeline / ESLint (pull_request) Successful in 15s
CI/CD Pipeline / Test & Coverage (pull_request) Successful in 13s
CI/CD Pipeline / Build Application (pull_request) Successful in 27s
2025-05-27 14:28:41 +02:00
1ae4872428 chore: add .env.dist file with telemetry setting 2025-05-27 14:28:35 +02:00
2 changed files with 2 additions and 1 deletions

1
.env.dist Normal file
View File

@ -0,0 +1 @@
NEXT_TELEMETRY_DISABLED=1

2
.gitignore vendored
View File

@ -32,7 +32,7 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
.env
# vercel
.vercel