Skip to content

Commit 106a3a6

Browse files
committed
dotfiles
1 parent bbfc99e commit 106a3a6

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
example/**/* linguist-documentation
2+
example/src/assets/codemirror.css linguist-vendored
3+
example/src/assets/plotly-basic.min.js linguist-vendored
4+
example/src/assets/plotly.min.js linguist-vendored
5+
build/* linguist-generated
6+
lib/* linguist-generated

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
node_modules
2+
3+
npm-debug.log*
4+
*.sublime*
5+
6+
.*
7+
!.gitignore
8+
!.gitattributes
9+
!.npmignore
10+
!.eslintrc
11+
!.eslintignore
12+
13+
example/dist

.npmignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
test
2+
src
3+
4+
circle.yml
5+
bower.json
6+
7+
.ackrc
8+
.agignore
9+
10+
npm-debug.log
11+
12+
example

0 commit comments

Comments
 (0)