diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-20 22:40:33 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-21 23:57:48 +0300 |
| commit | 54c68dfe2f070a849e3ac87f096d588068e8a6ae (patch) | |
| tree | f9e58ff914e2dd1647ea56162068d6db62bd760e /frontend/.gitignore | |
| parent | doc: add auth header fields (#34) (diff) | |
| download | lphub-54c68dfe2f070a849e3ac87f096d588068e8a6ae.tar.gz lphub-54c68dfe2f070a849e3ac87f096d588068e8a6ae.tar.bz2 lphub-54c68dfe2f070a849e3ac87f096d588068e8a6ae.zip | |
fix: frontend serving
Diffstat (limited to 'frontend/.gitignore')
| -rw-r--r-- | frontend/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/.gitignore b/frontend/.gitignore index a547bf3..5d7b14b 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore | |||
| @@ -11,6 +11,7 @@ node_modules | |||
| 11 | dist | 11 | dist |
| 12 | dist-ssr | 12 | dist-ssr |
| 13 | *.local | 13 | *.local |
| 14 | build | ||
| 14 | 15 | ||
| 15 | # Editor directories and files | 16 | # Editor directories and files |
| 16 | .vscode/* | 17 | .vscode/* |