Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/development' into adate_refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed Apr 19, 2024
2 parents 65db57a + 01d89f3 commit af29123
Show file tree
Hide file tree
Showing 80 changed files with 689 additions and 29,314 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- closed

jobs:
publish-gpr:
publish-npm:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
Expand Down
33 changes: 32 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,45 @@ jspm_packages/
# OS X temporary files
.DS_Store

# Visual Studio Code
.vscode
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!*.code-workspace

# IntelliJ IDEA project files; if you want to commit IntelliJ settings, this recipe may be helpful:
# https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
.idea/
*.iml

# Rush temporary files
common/deploy/
common/temp/
common/autoinstallers/*/.npmrc
**/.rush/temp/
*.lock

# Heft temporary files
.cache
.heft

# Common toolchain intermediate files
temp
lib
lib-amd
lib-es6
lib-esnext
lib-commonjs
lib-shim
dist
dist-storybook
*.scss.ts
*.sass.ts

# Typescript build files
**/tsconfig.tsbuildinfo

# XState generated files
**/*.typegen.ts
**/*.typegen.ts
Loading

0 comments on commit af29123

Please sign in to comment.