generator-nitro
Version:
Yeoman generator for the nitro frontend framework
53 lines (47 loc) • 679 B
Plain Text
# OS
.DS_Store
Thumbs.db
# IDE
_.*
.project
.idea
/*.iml
.vscode
.cache
!*.cache
.settings
!*.settings
.config
!*.config
.buildpath
.metadata
.tmp*
*.prefs
.deployables
atlassian-ide-plugin.xml
# Node
node_modules
npm-debug.log
yarn-error.log
lerna-debug.log
# Build
/dist
/export
/node
/target
# Project
.yo-repository
/config/local*
debug.log
/project/tmp
/public/assets
/public/proto
/public/reports/**/*
!/public/reports/lighthouse/
/src/patterns/**/template/*.js
/src/patterns/**/template/partial/*.js
/tests/cypress/cypress/screenshots
/tests/cypress/cypress/videos
/tests/playwright/test-results/
# allow
!.gitkeep