mirror of
https://github.com/Dokploy/cli.git
synced 2026-06-15 20:25:22 +02:00
- Introduced .env.example file to provide a template for environment variables. - Updated .gitignore to exclude .env files from version control. - Implemented loadEnvFile function in client.ts to load environment variables from a .env file into process.env, enhancing configuration management.
15 lines
137 B
Plaintext
15 lines
137 B
Plaintext
*-debug.log
|
|
*-error.log
|
|
**/.DS_Store
|
|
/.idea
|
|
/dist
|
|
/tmp
|
|
/node_modules
|
|
oclif.manifest.json
|
|
/config.json
|
|
|
|
|
|
yarn.lock
|
|
package-lock.json
|
|
.env
|