Unhide .env and other

Signed-off-by: T-Hax <>
This commit is contained in:
T-Hax 2023-05-10 18:45:53 +00:00
parent 90dccbf1ae
commit 19bf152be5
3 changed files with 7 additions and 3 deletions

View File

@ -56,6 +56,8 @@ This is similar to python packaging (pip and venvs) and is preferable for workin
In any case check out the [sample config for this gitea, it will be kept updated.](./yarnrc.yml).
You also need to configure the [.env](./gitea.env.example)
## Tips
### Errors

View File

@ -40,7 +40,9 @@ then to setup a project
```bash
cp yarnrc.yml your-project-dir/.yarnrc.yml
cp env.example your-project-dir/.env
cat gitignore >> your-project-dir/.gitignore
cp gitea.env.example your-project-dir/.gitea.env
cp gitignore your-project-dir/.gitignore
# Then uncomment one of the possibilities in gitignore
```
and then head over to [config](./gitea.env.example)