|
Last change
on this file since fa32d0f was 92e7c7a, checked in by veronika-ils <ilioskaveronika@…>, 7 hours ago |
|
Petify fullstack project
|
-
Property mode
set to
100644
|
|
File size:
373 bytes
|
| Rev | Line | |
|---|
| [92e7c7a] | 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 | # Editor directories and files
|
|---|
| 18 | .env
|
|---|
| 19 | .vscode/*
|
|---|
| 20 | !.vscode/extensions.json
|
|---|
| 21 | .idea
|
|---|
| 22 | *.suo
|
|---|
| 23 | *.ntvs*
|
|---|
| 24 | *.njsproj
|
|---|
| 25 | *.sln
|
|---|
| 26 | *.sw?
|
|---|
| 27 |
|
|---|
| 28 | *.tsbuildinfo
|
|---|
| 29 |
|
|---|
| 30 | .eslintcache
|
|---|
| 31 |
|
|---|
| 32 | # Cypress
|
|---|
| 33 | /cypress/videos/
|
|---|
| 34 | /cypress/screenshots/
|
|---|
| 35 |
|
|---|
| 36 | # Vitest
|
|---|
| 37 | __screenshots__/
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.