1
0
Fork 0
mirror of https://github.com/etkecc/synapse-admin.git synced 2025-02-22 08:38:57 +03:00
synapse-admin/.dockerignore
Manuel Stahl 2e2085cdfe Use vitejs instead of react-scripts
- react-scripts are not maintained anymore
- vitejs is well suited for single page applications

Fixes 

See https://darekkay.com/blog/create-react-app-to-vite/

Change-Id: Ib884748e373094a640b576894ff67b98c3584ec8
2024-04-23 11:56:39 +02:00

11 lines
183 B
Text

# Exclude a bunch of stuff which can make the build context a larger than it needs to be
tests/
build/
dist/
lib/
node_modules/
electron_app/
karma-reports/
.idea/
.tmp/
config.json*