diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-01-07 12:54:34 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-01-07 12:54:34 +0300 |
| commit | ad3762495bd7122623a64fd5c660024b1922c56d (patch) | |
| tree | 0ff4f37f7cbcf4d9f947adf7b55dc6038c4aac8b /frontend/.gitignore | |
| parent | what the fuck is this mess (#21) (diff) | |
| download | lphub-ad3762495bd7122623a64fd5c660024b1922c56d.tar.gz lphub-ad3762495bd7122623a64fd5c660024b1922c56d.tar.bz2 lphub-ad3762495bd7122623a64fd5c660024b1922c56d.zip | |
switch to react
Diffstat (limited to 'frontend/.gitignore')
| -rw-r--r-- | frontend/.gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/frontend/.gitignore | |||
| @@ -0,0 +1,24 @@ | |||
| 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 | dist | ||
| 12 | dist-ssr | ||
| 13 | *.local | ||
| 14 | |||
| 15 | # Editor directories and files | ||
| 16 | .vscode/* | ||
| 17 | !.vscode/extensions.json | ||
| 18 | .idea | ||
| 19 | .DS_Store | ||
| 20 | *.suo | ||
| 21 | *.ntvs* | ||
| 22 | *.njsproj | ||
| 23 | *.sln | ||
| 24 | *.sw? | ||