Removed a duplicate line on the project tree in README.md
This commit is contained in:
parent
b312fc7167
commit
7a4ef6125c
|
@ -95,7 +95,6 @@ project
|
||||||
│ ├── local.txt # Only for a local server (example: docs, performance testing, etc.)
|
│ ├── local.txt # Only for a local server (example: docs, performance testing, etc.)
|
||||||
│ └── production.txt # Production only
|
│ └── production.txt # Production only
|
||||||
├── static/ # Your static files
|
├── static/ # Your static files
|
||||||
├── static/ # Your static files
|
|
||||||
├── .env.example # An example of your .env configurations. Add necessary comments.
|
├── .env.example # An example of your .env configurations. Add necessary comments.
|
||||||
├── .gitignore # https://github.com/github/gitignore/blob/main/Python.gitignore
|
├── .gitignore # https://github.com/github/gitignore/blob/main/Python.gitignore
|
||||||
├── entrypoint.sh # Any bootstrapping necessary for your application
|
├── entrypoint.sh # Any bootstrapping necessary for your application
|
||||||
|
|
Loading…
Reference in New Issue