mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
22 lines
219 B
Plaintext
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
|