説明なし

.gitignore 311B

1234567891011121314151617181920212223
  1. .project
  2. .settings
  3. *~
  4. *.diff
  5. *.patch
  6. /*.html
  7. .DS_Store
  8. .bower.json
  9. .sizecache.json
  10. yarn.lock
  11. package-lock.json
  12. npm-debug.log*
  13. # Ignore everything in dist folder except for eslint config
  14. /dist/*
  15. !/dist/.eslintrc.json
  16. /node_modules
  17. /test/data/core/jquery-iterability-transpiled.js
  18. /test/data/qunit-fixture.js