diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-10-03 15:56:21 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-10-03 16:00:05 +0200 |
| commit | 700685e9c6691df194391ca04759fa271850b30d (patch) | |
| tree | 8556835f032d03fee7e8f276907aa20c4dc38ac4 /.gitignore | |
| parent | 6f7db3fcf24a642cbc8cced1ba2466e9615bc9fe (diff) | |
Make Next build output to out
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,4 +36,5 @@ .env .DS_Store node_modules -.next +.next/ +out/ |
