|
Last change
on this file since faaad0c was 6662a14, checked in by Aleksandarj03 <138524804+Aleksandarj03@…>, 8 months ago |
|
Finished logic for customer and reorganized the components
|
-
Property mode
set to
100644
|
|
File size:
319 bytes
|
| Line | |
|---|
| 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?
|
|---|
| 29 |
|
|---|
| 30 | *.tsbuildinfo
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.