Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
# It is best to ignoring editor and system files in a local .gitignore configuration file.
|
|
# However, in order to prevent issues, they are ignored here.
|
|
.DS_STORE
|
|
.idea
|
|
# IntelliJ IDEA module file
|
|
*.iml
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.log
|
|
/.eslintcache
|
|
/.nyc_output
|
|
/coverage
|
|
/docs/.env.local
|
|
/docs/export
|
|
/docs/pages/playground/
|
|
/docs/public/feed/
|
|
/docs/public/material-ui/
|
|
/examples/**/.cache
|
|
/packages/mui-codemod/lib
|
|
/packages/mui-envinfo/*.tgz
|
|
/packages/mui-icons-material/src/*.js
|
|
/test/bundling/fixtures/*/yarn.lock
|
|
/test/bundling/fixtures/*/pnpm-lock.yaml
|
|
# created by test/bundling/scripts/createFixture
|
|
/test/bundling/fixtures/**/*.fixture.js
|
|
# created by test/bundling/fixtures/gatsby gatsby build
|
|
/test/bundling/fixtures/gatsby/.cache
|
|
/test/bundling/fixtures/gatsby/public
|
|
/test/regressions/screenshots
|
|
/tmp
|
|
.next
|
|
# created by netlify dev (to perform local debug)
|
|
.netlify
|
|
build
|
|
dist
|
|
node_modules
|
|
package-lock.json
|
|
size-snapshot.json
|
|
bundle-sizes/
|
|
docs/public/static/blog/feed/*
|
|
# vale downloaded config
|
|
.github/styles/
|
|
.nx/cache
|
|
.nx/workspace-data
|
|
screenshots
|
|
packed
|
|
test-results
|
|
.env
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|