chore: Make build script use a specific .dotenv

This commit is contained in:
2024-07-06 18:15:22 +02:00
parent 27d63f467c
commit c462442221
6 changed files with 35 additions and 33 deletions

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
# Ignore Rust target directory
/target
# Ignore .env file
# Ignore .env files
.env
.env.build