mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
e1c5c706c6
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
12 lines
129 B
Plaintext
12 lines
129 B
Plaintext
*
|
|
!.env.development
|
|
!.env.production
|
|
!.eslintrc.json
|
|
!.npmrc
|
|
!.prettierrc
|
|
!package.json
|
|
!public/
|
|
!src/
|
|
!tsconfig.json
|
|
!yarn.lock
|