Skip to content

Commit e8bfbec

Browse files
committed
merge base, fix issues after merge
2 parents 1faa5ce + 4f30a31 commit e8bfbec

File tree

9 files changed

+631
-1857
lines changed

9 files changed

+631
-1857
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ cython_debug/
179179
*.json
180180
*.yaml
181181

182-
# Turn off UI related ignores, defer to ui/.gitignore
183-
!ui/**/*.json
184-
185182

186183
# UI Section - Next.js/React application under src/ui/
187184
# dependencies
@@ -224,4 +221,8 @@ src/ui/next-env.d.ts
224221
!package.json
225222
!package-lock.json
226223
!.eslintrc.json
227-
!tsconfig.json
224+
<<<<<<< HEAD
225+
!tsconfig.json
226+
=======
227+
!tsconfig.json
228+
>>>>>>> implement-base-ui-app

0 commit comments

Comments
 (0)