main
Last change
on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago |
add customer
|
-
Property mode
set to
100644
|
File size:
320 bytes
|
Rev | Line | |
---|
[5d6f37a] | 1 | // .eslintignore
|
---|
| 2 | build/*
|
---|
| 3 | dist/*
|
---|
| 4 | public/*
|
---|
| 5 | **/out/*
|
---|
| 6 | **/node_modules/*
|
---|
| 7 |
|
---|
| 8 | **/.next/*
|
---|
| 9 | next.config.js
|
---|
| 10 |
|
---|
| 11 | vite.config.js
|
---|
| 12 | vite.config.ts
|
---|
| 13 |
|
---|
| 14 | src/reportWebVitals.js
|
---|
| 15 | src/service-worker.js
|
---|
| 16 | src/serviceWorkerRegistration.js
|
---|
| 17 | src/setupTests.js
|
---|
| 18 |
|
---|
| 19 | src/reportWebVitals.ts
|
---|
| 20 | src/service-worker.ts
|
---|
| 21 | src/serviceWorkerRegistration.ts
|
---|
| 22 | src/setupTests.ts
|
---|
Note:
See
TracBrowser
for help on using the repository browser.