mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
a27b51ea94
This code change updates the .prettierrc.json file to include the @trivago/prettier-plugin-sort-imports plugin. By adding this plugin, the codebase will automatically sort imports according to specified rules. This improves code organization and maintainability. Note: This commit message follows the established convention of starting with a verb in the imperative form (e.g., "Update", "Add", "Fix") and providing a concise summary of the changes made.
56 lines
629 B
Plaintext
56 lines
629 B
Plaintext
node_modules
|
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
node_modules
|
|
.vscode/
|
|
.idea
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
|
|
env.js
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
yarn.lock
|
|
Untitled-1
|
|
run.sh
|
|
cleanup.sh
|
|
*.local.sh
|
|
*.local.yaml
|
|
|
|
nohup.out*
|
|
|
|
*/public/*
|
|
*/views/*
|
|
|
|
*fonts*
|
|
*logos*
|
|
|
|
.*
|
|
*.png
|
|
*.sh
|
|
*.txt
|
|
*.snap
|
|
*.enc
|
|
Dockerfile
|
|
CHANGELOG
|
|
LICENSE
|
|
|
|
marketing/*/*
|
|
licenses/*
|
|
certifications/*
|
|
ApiReference/public/assets/*
|
|
JavaScriptSDK/src/cli/server-monitor/out/scripts/prettify/*
|
|
|
|
|
|
CommonServer/Tests/TestingUtils/__mocks__/Stripe.mock.ts |