Skip to content

Commit

Permalink
chore: add .gitignore to gh-pages branch (#3568)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Apr 19, 2024
1 parent 92bf546 commit 11f9bbb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.DS_Store
.nyc_output
*.lcov
/coverage
dist
docs
doc
node_modules
lerna-debug.log
yarn-error.log
packages/**/.npmignore
packages/**/tsconfig.json
!packages/template/*/tmpl/tsconfig.json
packages/**/tslint.json
packages/**/yarn.lock
packages/*/*/index.ts
packages/.old
packages/utils/types/index.d.ts
packages/api/cli/README.md
!packages/**/base/README.md
!/README.md
packages/**/tsconfig.tsbuildinfo
packages/**/.swc
.webpack
packages/api/core/test/fixture/app-with-scoped-name/out/make
packages/plugin/webpack/test/fixtures/apps/native-modules/package-lock.json
packages/plugin/fuses/test/fixture/app
.links
reports

0 comments on commit 11f9bbb

Please sign in to comment.