mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
6539029d2a
* fix: docker build of Excalidraw app Fixes #7403. * deps: update (container) Nginx to 1.24 --------- Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
19 lines
307 B
Plaintext
19 lines
307 B
Plaintext
*
|
|
!.env.development
|
|
!.env.production
|
|
!.eslintrc.json
|
|
!.npmrc
|
|
!.prettierrc
|
|
!excalidraw-app/
|
|
!package.json
|
|
!public/
|
|
!packages/
|
|
!tsconfig.json
|
|
!yarn.lock
|
|
|
|
# keep (sub)sub directories at the end to exclude from explicit included
|
|
# e.g. ./packages/excalidraw/{dist,node_modules}
|
|
**/build
|
|
**/dist
|
|
**/node_modules
|