mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
build: stops ignoring .env.development and .env.production files from docker context so env variables get set during react app build. * this fixes the issue where Browse Libraries button link was broken in docker/self-hosted versions of excalidraw
11 lines
129 B
Text
11 lines
129 B
Text
*
|
|
!.env.development
|
|
!.env.production
|
|
!.eslintrc.json
|
|
!.npmrc
|
|
!.prettierrc
|
|
!package.json
|
|
!public/
|
|
!src/
|
|
!tsconfig.json
|
|
!yarn.lock
|