mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 10:18:42 +00:00
* lazy load global window modules - Required for plugins - Can be separated from the "main.tsx" code Co-authored-by: Copilot <copilot@github.com> * Defer modal loading Co-authored-by: Copilot <copilot@github.com> * Rollup visualiser tool * Remove debug msg * Rearrange to reduce deltas * Refactor CodeEditor and PdfPreview * Split NotesPanel Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>
35 lines
376 B
Plaintext
35 lines
376 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Testing
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
/.nyc_output/
|
|
/coverage/
|
|
|
|
# Report generation
|
|
stats.html
|