File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ and could even lead directly to a code change in the best scenario.
41
41
The project is structured such that it can support tools, sample configurations,
42
42
documentation, and of course the actual code, all in the same repository.
43
43
44
- | Path | Description |
45
- | -------| ---------------------------------------------------------------------|
46
- | /bin/ | Miscellaneous scripts and utilities for working with this project. |
47
- | /etc/ | Sample configurations and other configuration-related files. |
48
- | /lib/ | Vendor files from composer. |
49
- | /src/ | The project itself. |
50
- | /tmp/ | An intentionally empty directory for use with scripts. |
44
+ | Path | Description |
45
+ | -------| ---------------------------------------------------------------------- |
46
+ | /bin/ | Binaries, scripts, and utilities for working with this project. |
47
+ | /etc/ | Configuration files. |
48
+ | /lib/ | Vendor files from composer. |
49
+ | /src/ | The project source code. |
50
+ | /tmp/ | An intentionally empty directory for use with scripts. |
51
51
52
52
Any file in the root of this repository is used by Git, GitHub, or otherwise
53
53
serves a very specific purpose such as licensing and the read me.
You can’t perform that action at this time.
0 commit comments