Skip to content

Commit

Permalink
chore: update ignore files, move backers and travis to root
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Oct 28, 2018
1 parent d2c43d0 commit 3997ad2
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 54 deletions.
27 changes: 10 additions & 17 deletions .gitignore
@@ -1,23 +1,16 @@
.DS_Store
node_modules/
.env

# IDE user config
.vscode/
npm-debug.log
.idea/
coverage/
Playground.vue
report.html
.vs/
dev/*.js
dev/*css
!dev/index.js
!dev/router.js
!dev/prepare-commit-message.js
!dev/lint-commit-message.js
!dev/warn-npm-install.js
/es5
/lib
/lib-temp
/dist
/release
.env

# Logs
yarn-error.log
npm-debug.log
lerna-debug.log

# Istanbul coverage
coverage/
File renamed without changes.
File renamed without changes.
21 changes: 13 additions & 8 deletions packages/vuetify/.eslintignore
@@ -1,10 +1,15 @@
build/*.js
dev/*
src/stylus/*.styl
src/util/testing.js
src/util/to-have-been-warned.js
/dev/
/build/
*.styl

# Tests
*.spec.js
/dist
/es5
/es5-temp
/types/test
src/util/testing.js
src/util/to-have-been-warned.js

# Built files
/es5/
/lib/
/lib-temp/
/dist/
8 changes: 8 additions & 0 deletions packages/vuetify/.gitignore
@@ -0,0 +1,8 @@
# Ignore everything in dev, use git add -f to add new files
/dev/

# Built files
/es5/
/lib/
/lib-temp/
/dist/
39 changes: 15 additions & 24 deletions packages/vuetify/.npmignore
@@ -1,24 +1,15 @@
.github/
.vscode/
npm-debug.log
.idea/
coverage/
report.html
.vs/
dev/
build/
release/
**/*.spec.js
/lib-temp
/.babelrc
/.editorconfig
/.eslintignore
/.eslintrc.js
/eslint-local-rules.js
eslint-rules/
/.travis.yml
/package-lock.json
/postcss.config.js
/yarn.lock
/.env
/cc-test-reporter
# Ignore everything by default
*

# Keep source
!/src/

# Keep built files
!/dist/
!/lib/
!/es5/

# Keep types
!/types/
# But not the tests
/types/test/
6 changes: 1 addition & 5 deletions packages/vuetify/package.json
@@ -1,5 +1,6 @@
{
"name": "vuetify",
"description": "Vue.js 2 Semantic Component Framework",
"version": "1.3.3",
"author": {
"name": "John Leider",
Expand Down Expand Up @@ -36,7 +37,6 @@
"commitmsg": "node dev/lint-commit-message.js",
"precommit": "node dev/warn-npm-install.js && concurrently \"yarn test\" \"yarn lint\" -n \"test,lint\" --kill-others-on-fail"
},
"description": "Vue.js 2 Semantic Component Framework",
"devDependencies": {
"@mdi/font": "^2.6.95",
"@types/jest": "^22.2.3",
Expand Down Expand Up @@ -110,10 +110,6 @@
"peerDependencies": {
"vue": "^2.5.10"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 3997ad2

Please sign in to comment.