Skip to content

Commit 908ed01

Browse files
author
unknown
committed
1.0.0-alpha1
1 parent d8b0667 commit 908ed01

File tree

980 files changed

+17406
-76596
lines changed

Some content is hidden

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

980 files changed

+17406
-76596
lines changed

.babelrc

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

.eslintignore

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

.eslintrc

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

.eslintrc.json

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

.gitignore

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,25 @@
1-
# See https://help.github.com/ignore-files/ for more about ignoring files.
1+
node_modules
2+
mdb-react-ui-kit-*
3+
.eslintcache
24

3-
# dependencies
4-
/node_modules
5+
package-lock.json
6+
yarn.lock
57

6-
# testing
7-
/coverage
8+
demo/node_modules
9+
demo/yarn.lock
10+
demo/package-lock.json
11+
demo/.eslintcache
812

9-
# production
10-
/build
13+
npm-debug.log*
14+
yarn-debug.log*
15+
yarn-error.log*
1116

12-
# misc
1317
.DS_Store
1418
.env.local
1519
.env.development.local
1620
.env.test.local
1721
.env.production.local
18-
.editorconfig
19-
.idea
20-
.vscode
21-
22-
npm-debug.log*
23-
yarn-debug.log*
24-
yarn-error.log*
25-
26-
yarn.lock
27-
package-lock.json
28-
29-
*.tgz
30-
31-
.history
3222

23+
/coverage
3324

34-
//lint-staged
25+
/build

.huskyrc.json

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

.lintstagedrc.json

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

.npmignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
docs
2-
public
3-
src
1+
node_modules
2+
mdb-react-ui-kit-*
3+
demo*
4+
app*
5+
build*

.prettierrc

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

README.md

Lines changed: 158 additions & 167 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)