debian-image-builder-frontend/.gitignore
sanne raymaekers f93d36b972 copy from RedHatInsights/insights-frontend-starter-app template
Copied removing unused parts, and includes some initial changes.
2020-04-15 12:46:02 +02:00

22 lines
242 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
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
coverage
*~