Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Miscellaneous repo updates #335

Merged
merged 10 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 14 additions & 62 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,69 +1,21 @@
# From https://github.com/github/gitignore
# - Node.gitignore
# - Ruby.gitignore
# - Sass.gitignore

.dat*
.DS_Store
.grunt
.idea
.lock-wscript
.node_repl_history
.npm
.nyc_output
.repl_history
.rvmrc
.sass-cache/
.vscode/

*.bridgesupport
*.css.map
*.gem
# local-files
*.log
*.pid
*.pid.lock
*.rbc
*.seed
*.tgz
packages/**/package-lock.json

**/__snapshots__/*
!**/__snapshots__/reference/
!**/__snapshots__/*.jsx.*
**/aggregated-translations/*.*
**/dist

/_yardoc/
/.bundle/
/.config
/.yardoc/
/coverage/
/doc/
/InstalledFiles
/lib/bundler/man/
/pkg/
/rdoc/
/spec/examples.txt
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/
/vendor/bundle
# local folders
.fleet
.idea
.vscode
.DS_Store

build-iPhoneOS/
build-iPhoneSimulator/
build/
build/Release
coverage
errorScreenshots
# generated folders
aggregated-translations
generated-themes
jspm_packages
dist
lib
lib-cov
logs
node_modules
npm-debug.log*
package-lock.json
pids
props-table
reports
screenshots
target
**/__snapshots__/latest
**/__snapshots__/error
**/__snapshots__/diff
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
package-lock=false
package-lock=true
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**/aggregated-translations/*.*
aggregated-translations
build
coverage
dist
Expand Down
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = (api) => {
];

const plugins = [
'@babel/plugin-transform-object-rest-spread',
'@babel/plugin-transform-object-assign',
'@babel/plugin-transform-runtime',
];
Expand Down
9 changes: 1 addition & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"version": "independent",
"packages": ["packages/*"],
"command": {
"publish": {
"ignoreChanges": [
"packages/terra-graphs/**"
]
}
}
"packages": ["packages/*"]
}
Loading
Loading