Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ blueprints-js/*/*files/**/*.js
blueprints/*/*files/**/*.ts
node-tests/fixtures/**/*.js
/docs/
/docs-out/
dist/
tmp/
/types
smoke-tests/
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ module.exports = {
'testem.js',
'testem.ci-browsers.js',
'testem.browserstack.js',
'build-docs.js',
'd8-runner.js',
'broccoli/**/*.js',
'ember-cli-build.js',
Expand Down
20 changes: 3 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,49 +1,35 @@
*.bpkg
*.gem
*.rbc
.DS_Store
.bpm
.bundle
.config
.eslintcache
.github-upload-token
.yardoc
InstalledFiles
_site
_yardoc
assets
assets/bpm_libs.js
assets/bpm_styles.css
coverage
dist
/docs
lib/*/tests/all.js
lib/*/tests/qunit*
lib/bundler/man
pkg
rdoc
spade-boot.js
spec/reports
test/tmp
test/version_tmp
test_*.html
/tests/ember-tests.js
tsconfig.tsbuildinfo
tmp
tmp*.gem
tmp.bpm
tmp.spade
tests/source
/types
node_modules
yarn-error.log
bundle/
*~
publish_to_bower/
bower_components/
npm-debug.log
.ember-cli
/DEBUG/
*.tgz
*.tar.gz
*.log
/.vscode

/.rollup*
Loading