Skip to content

Commit 660ffa4

Browse files
appended by Github Actions
1 parent b9d6166 commit 660ffa4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ An utility to load environment variables from a .env file
277277
├── .gitignore
278278
├── LICENSE
279279
├── README.md
280+
├── docs
281+
│   └── dot.env
280282
├── src
281283
│   ├── .gitignore
282284
│   ├── CMakeLists.txt
@@ -287,6 +289,7 @@ An utility to load environment variables from a .env file
287289
│   │   └── rz_config.h.in
288290
│   ├── includes
289291
│   │   ├── cxxopts.hpp
292+
│   │   ├── dotenv.h
290293
│   │   ├── qaesencryption.cpp
291294
│   │   ├── qaesencryption.h
292295
│   │   ├── rz_config.h
@@ -296,7 +299,7 @@ An utility to load environment variables from a .env file
296299
│   └── main.cpp
297300
└── tree.bak
298301
299-
9 directories, 32 files
302+
10 directories, 34 files
300303
```
301304
<!-- readme-tree end -->
302305

0 commit comments

Comments
 (0)