keycloak-theme-react/.gitignore
Abel Aoun 11f71c9102
Update .gitignore - yarn cache dir
Yarn produce many files when running yarn install.
According to their doc[1], most of the files should be ignored, unless 
a zero-install strategy is wanted (which ois not the case here AFAIK).

[1] https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
2023-07-26 15:35:54 +02:00

58 lines
818 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules
jspm_packages
# Optional npm cache directory
.npm
# yarn cache directory
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Optional REPL history
.node_repl_history
.vscode
.DS_Store
/dist
/build_keycloak
/build
/storybook-static