Skip to content

Commit 18f32f5

Browse files
authored
Merge pull request #1 from learningmachine/chore/gitignore
Chore/gitignore
2 parents 4f15475 + 0a6d5c5 commit 18f32f5

17 files changed

Lines changed: 18949 additions & 5285 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
node_modules
22
.DS_Store
3+
.idea
4+
lib
5+
dist

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.yml
2+
*.config.js
3+
.nvmrc
4+
.github/
5+
.eslintrc.js
6+
tsconfig.*
7+
8+
.idea

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
11.15.0

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
branches:
3+
only:
4+
- master
5+
before_script:
6+
- npm run test
7+
script:
8+
- npm run build
9+
after_success:
10+
- npm run semantic-release

dist/fw-model.d.ts

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)