mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
* chore: upgrade to yarn modern * chore: disable hardened mode * chore: update gitignore * chore: update versions * chore: use touch instead of echo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
41 lines
490 B
Plaintext
41 lines
490 B
Plaintext
*.log
|
|
*.rej
|
|
*.tmp
|
|
*.log
|
|
*.pem
|
|
.cache/
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
.npmrc
|
|
*.pem
|
|
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
node_modules/
|
|
coverage/
|
|
dist/
|
|
temp/
|
|
test/**/__artifacts__/regression
|
|
test/**/__artifacts__/diff
|
|
test/**/__artifacts__/temp
|
|
apis/*/core/**/*.js
|
|
apis/*/core/**/*.js.map
|
|
apis/locale/all.json
|
|
generated/
|
|
|
|
Search/
|
|
|
|
local-dev/
|
|
storybook-static/
|
|
|
|
# testing
|
|
test/rendering/reports
|
|
test-results
|
|
test/rendering/test/rendering/reports |