📁 A not-so-true-to-life implementation of .env (dot env) for Garry's Mod
-
Updated
Jan 7, 2025 - Rust
.env (dotenv) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it's commonly prevented from being tracked by version control.
📁 A not-so-true-to-life implementation of .env (dot env) for Garry's Mod
Generates example files for your configurations