Removed a duplicate line on the project tree in README.md

This commit is contained in:
Gustavo-Gadelha 2024-07-28 16:52:45 -03:00
parent b312fc7167
commit 7a4ef6125c
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ project
│ ├── local.txt # Only for a local server (example: docs, performance testing, etc.)
│ └── production.txt # Production only
├── static/ # Your static files
├── static/ # Your static files
├── .env.example # An example of your .env configurations. Add necessary comments.
├── .gitignore # https://github.com/github/gitignore/blob/main/Python.gitignore
├── entrypoint.sh # Any bootstrapping necessary for your application