Skip to content

Commit

Permalink
fix(core): always use hash for CSS module class names (facebook#10423)…
Browse files Browse the repository at this point in the history
… Sébastien Lorber
  • Loading branch information
slorber authored and dependabot[bot] committed Dec 30, 2024
1 parent 2b28b06 commit b9b1deb
Showing 1 changed file with 11 additions and 46 deletions.
57 changes: 11 additions & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,47 +1,12 @@
.DS_Store
.vscode/*
!.vscode/extensions.json
.idea
*.iml
*.code-workspace
.changelog
.history
# IDE Files
#-------------------------
/nbproject/
.idea/*

## Sublime Text cache files
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project

node_modules
.yarn
package-lock.json

.eslintcache

yarn-error.log
build
coverage
.docusaurus
.cache-loader
types
test-website
test-website-in-workspace

packages/create-docusaurus/lib/
packages/lqip-loader/lib/
packages/docusaurus/lib/
packages/docusaurus-*/lib/*
packages/eslint-plugin/lib/
packages/stylelint-copyright/lib/

website/netlifyDeployPreview/*
website/changelog
!website/netlifyDeployPreview/index.html
!website/netlifyDeployPreview/_redirects

website/_dogfooding/_swizzle_theme_tests

CrowdinTranslations_*.zip

website/.cpu-prof

website/i18n/**/*
#!website/i18n/fr
#!website/i18n/fr/**/*

.netlify

0 comments on commit b9b1deb

Please sign in to comment.