Skip to content

Commit

Permalink
chore: update mono repo
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlongbo committed Aug 4, 2022
1 parent 7951412 commit a347377
Show file tree
Hide file tree
Showing 644 changed files with 1,136 additions and 633 deletions.
116 changes: 2 additions & 114 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,114 +1,2 @@
# local changelog cache (lerna-changelog)
.changelog/

# website public/ folder (temporary; copied to root for docs:build and vercel compat)
# public/

node_modules/
lerna-debug.log
npm-debug.log
packages/*/lib
packages/*/.next
storybook-static
packages/*/coverage
packages/*/dist
packages/*/node_modules
npm-debug.log*
packages/*/.env
*.log
*.cache
yarn-error.log
packages/*/.rpt2_cache
packages/*/.rts2_cache*
packages/*/tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
.next
.idea
dist

# Local Netlify folder
.netlify
.idea

draft*
.yarn
.vercel

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
cypress-coverage
jest-coverage
reports

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env.*.local
.env.local

# Mac files
.DS_Store

# Yarn
yarn-error.log
.pnp/
.pnp.js
# Yarn Integrity file
.yarn-integrity

report.*

# turbo
.turbo

# cypress
cypress/videos
cypress/screenshots
node_modules
.idea
5 changes: 5 additions & 0 deletions .idea/.gitignore

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

58 changes: 58 additions & 0 deletions .idea/codeStyles/Project.xml

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

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

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

12 changes: 12 additions & 0 deletions .idea/illa-builder.iml

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

15 changes: 15 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

7 changes: 7 additions & 0 deletions .idea/prettier.xml

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

7 changes: 7 additions & 0 deletions .idea/vcs.xml

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

File renamed without changes.
File renamed without changes.
114 changes: 114 additions & 0 deletions apps/builder/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
# local changelog cache (lerna-changelog)
.changelog/

# website public/ folder (temporary; copied to root for docs:build and vercel compat)
# public/

node_modules/
lerna-debug.log
npm-debug.log
packages/*/lib
packages/*/.next
storybook-static
packages/*/coverage
packages/*/dist
packages/*/node_modules
npm-debug.log*
packages/*/.env
*.log
*.cache
yarn-error.log
packages/*/.rpt2_cache
packages/*/.rts2_cache*
packages/*/tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
.next
.idea
dist

# Local Netlify folder
.netlify
.idea

draft*
.yarn
.vercel

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
cypress-coverage
jest-coverage
reports

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env.*.local
.env.local

# Mac files
.DS_Store

# Yarn
yarn-error.log
.pnp/
.pnp.js
# Yarn Integrity file
.yarn-integrity

report.*

# turbo
.turbo

# cypress
cypress/videos
cypress/screenshots
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a347377

Please sign in to comment.