Skip to content

Commit

Permalink
chore(Root): fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Sep 19, 2024
1 parent 35416c6 commit 28292e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ contract/logs/pact.log
coverage/
jsconfig.json
lib/
umd/
node_modules/
npm-debug.log

Expand All @@ -22,7 +21,8 @@ packages/sui-studio/test/server/integration/sample-studio/components/atom/button
packages/sui-studio/test/server/integration/sample-studio/node_modules/
packages/sui-studio/test/server/integration/sample-studio/public

sui-components-dashboard-9350df448fcd.json
repopack-output.txt
repopack.config.json
.repopackignore

**/umd/index.js
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.ts.js"
"./node_modules/@s-ui/lint/eslintrc.js"
]
},
"babel": {
Expand All @@ -82,4 +82,4 @@
"stylelint": {
"extends": "./node_modules/@s-ui/lint/stylelint.config.js"
}
}
}

0 comments on commit 28292e2

Please sign in to comment.