Skip to content

Commit a73bf62

Browse files
committed
Delete unnecessary things
1 parent 48a4c4a commit a73bf62

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+70
-44062
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015", "stage-0", "react"]
3+
}

.eslintignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.publish/*
21
dist/*
3-
example/dist/*
2+
example/*
43
lib/*
54
node_modules/*

.eslintrc

-32
This file was deleted.

.eslintrc.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
extends: airbnb
2+
env:
3+
browser: true
4+
node: true

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ example/dist
3030
*.sublime-*
3131
.idea/
3232
*.DS_Store
33+
34+
package-lock.json

bower.json

-29
This file was deleted.

example/fonts/AvenirLTStd-Heavy.otf

-27 KB
Binary file not shown.

example/fonts/AvenirLTStd-Light.otf

-26.6 KB
Binary file not shown.
-19.7 KB
Binary file not shown.

example/fonts/glyphicons-halflings-regular.svg

-288
This file was deleted.
-44.3 KB
Binary file not shown.
-22.9 KB
Binary file not shown.
-17.6 KB
Binary file not shown.

example/src/.gitignore

-5
This file was deleted.

example/src/css/gtd-custom.css

-103
This file was deleted.

0 commit comments

Comments
 (0)