diff options
| author | Joel Stålnacke <joel@saker.fi> | 2025-08-03 16:07:43 +0300 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2025-08-03 16:07:43 +0300 |
| commit | 05ea4501c05097e3c401c24f8c38d0d0db002e00 (patch) | |
| tree | 3cca97eab1593d0d25fa5e60943330eb82a25c65 /.gitignore | |
| parent | 83eb12a3f0f4a6764977ccbd9942f807cc7b2673 (diff) | |
Add a base path /tj
Fix deployment
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ bin/ obj/ core +publish/ +*.tar.gz # Fable *.fs.js @@ -9,4 +11,4 @@ node_modules/ dist/ *.fable-temp.csproj -TJLaskuri.Web/wwwroot/js/app.js +Aamukampa.Web/wwwroot/app.js |
