diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-22 19:07:14 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-22 19:07:14 +0300 |
| commit | d963c3f40f075c05d70af32f44ed2bec8e00bc37 (patch) | |
| tree | 33a362746201ebec46e7c741e40a530d5f32e38b /frontend/.gitignore | |
| download | lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.gz lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.bz2 lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.zip | |
init
Diffstat (limited to 'frontend/.gitignore')
| -rw-r--r-- | frontend/.gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..b737b8e --- /dev/null +++ b/frontend/.gitignore | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | # Logs | ||
| 2 | logs | ||
| 3 | *.log | ||
| 4 | npm-debug.log* | ||
| 5 | yarn-debug.log* | ||
| 6 | yarn-error.log* | ||
| 7 | pnpm-debug.log* | ||
| 8 | lerna-debug.log* | ||
| 9 | |||
| 10 | node_modules | ||
| 11 | .DS_Store | ||
| 12 | dist | ||
| 13 | dist-ssr | ||
| 14 | coverage | ||
| 15 | *.local | ||
| 16 | |||
| 17 | /cypress/videos/ | ||
| 18 | /cypress/screenshots/ | ||
| 19 | |||
| 20 | # Editor directories and files | ||
| 21 | .vscode | ||
| 22 | !.vscode/extensions.json | ||
| 23 | .idea | ||
| 24 | *.suo | ||
| 25 | *.ntvs* | ||
| 26 | *.njsproj | ||
| 27 | *.sln | ||
| 28 | *.sw? | ||