Files
ionic-framework/vue/.gitignore
2018-10-24 09:22:36 -04:00

22 lines
219 B
Plaintext

.*
~*
dist/
node_modules/
src/**/*.js
types/**/*.map
# ignore log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
test-report.xml
!.gitignore
!.editorconfig
!.eslintrc.js
!.prettierrc
!.babelrc
!.circleci