You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
317 B
19 lines
317 B
* |
|
!.env.development |
|
!.env.production |
|
!.eslintrc.json |
|
!.npmrc |
|
!.prettierrc |
|
!excalidraw-app/ |
|
!package.json |
|
!public/ |
|
!packages/ |
|
!scripts/ |
|
!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
|
|
|