Added the .env file to the project.

This commit is contained in:
2025-09-09 11:51:39 +02:00
parent 69c7308d87
commit f981349143
2 changed files with 10 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
# --- DOCUMENTATION ---
DOCC_GITHUB_OUTPUT=./docs
DOCC_GITHUB_BASE_PATH=amiibo-service
DOCC_PREVIEW_URL=http://localhost:8080/documentation/amiiboservice
DOCC_XCODE_OUTPUT=./${SPM_LIBRARY_TARGET}.doccarchive
# -- SWIFT PACKAGE MANAGER ---
SPM_LIBRARY_TARGET=AmiiboService
-3
View File
@@ -19,9 +19,6 @@ xcuserdata/
*.dSYM.zip
*.dSYM
# Configuration
.env
# Swift Package Manager
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
Packages/