debian-image-builder-frontend/.gitignore
regexowl ba29232c91 config: Replace webpack configs with FEC config
This migrates from previously used webpack configs to one fec.config.js.

This will allow us to bump `frontend-components-config` dependency to version 6.x and stay supported in the future.
2024-07-19 16:55:25 +02:00

26 lines
263 B
Text

# See https://help.github.com/ignore-files/ for more about ignoring files.
# vscode config
.vscode/
# ide config
.idea/
# dependencies
node_modules
# production
dist
# cache
.cache
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
coverage
*~
bots