We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d6166 commit 660ffa4Copy full SHA for 660ffa4
README.md
@@ -277,6 +277,8 @@ An utility to load environment variables from a .env file
277
├── .gitignore
278
├── LICENSE
279
├── README.md
280
+├── docs
281
+│ └── dot.env
282
├── src
283
│ ├── .gitignore
284
│ ├── CMakeLists.txt
@@ -287,6 +289,7 @@ An utility to load environment variables from a .env file
287
289
│ │ └── rz_config.h.in
288
290
│ ├── includes
291
│ │ ├── cxxopts.hpp
292
+│ │ ├── dotenv.h
293
│ │ ├── qaesencryption.cpp
294
│ │ ├── qaesencryption.h
295
│ │ ├── rz_config.h
@@ -296,7 +299,7 @@ An utility to load environment variables from a .env file
296
299
│ └── main.cpp
297
300
└── tree.bak
298
301
-9 directories, 32 files
302
+10 directories, 34 files
303
```
304
<!-- readme-tree end -->
305
0 commit comments