28 lines
293 B
Text
28 lines
293 B
Text
/node_modules/
|
|
/tmp/
|
|
/build/
|
|
/coverage/
|
|
/.coverage/
|
|
/.eslintcache
|
|
/.env
|
|
/deploy.sh
|
|
/.vs/
|
|
yarn-error.log*
|
|
/junit.xml
|
|
*.timestamp-*
|
|
*.bundled_*
|
|
|
|
/dist/
|
|
/static/
|
|
/public/
|
|
/pl-fe.zip
|
|
|
|
.idea
|
|
.DS_Store
|
|
|
|
# Custom build files
|
|
/custom/**/*
|
|
!/custom/*
|
|
/custom/*.*
|
|
!/custom/.gitkeep
|
|
!/custom/**/.gitkeep
|