Skip to content

Commit cb04eab

Browse files
authored
Merge pull request #423 from materializecss/release-2.0.3-alpha
Release 2.0.3 alpha
2 parents 2bfba64 + 8b3d24c commit cb04eab

Some content is hidden

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

49 files changed

+2755
-5508
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ bower_components/
3131

3232
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
3333
.grunt
34+
dist/src
3435

3536
# Grunt temporary storage
3637
temp/

.npmignore

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# OS or Editor folders
2+
._*
3+
.cache
4+
.DS_Store
5+
.idea
6+
.vs
7+
.vscode
8+
.project
9+
.projectile
10+
.settings
11+
.tmproj
12+
*.esproj
13+
*.sublime-project
14+
*.sublime-workspace
15+
nbproject
16+
Thumbs.db
17+
18+
# Node logs
19+
logs
20+
*.log
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*
24+
25+
# grunt-contrib-sass cache
26+
.sass-cache/
27+
28+
# Dependency directories
29+
node_modules/
30+
bower_components/
31+
32+
# Grunt temporary storage
33+
temp/
34+
35+
# Jasmine SpecRunner
36+
_SpecRunner.html
37+
38+
# Ignore compiled files
39+
css/ghpages-materialize.css
40+
bin/
41+
42+
# Ignore lock
43+
yarn.lock
44+
45+
# Compiled docs
46+
/docs/*.html
47+
!/docs/fab-toolbar-demo.html

0 commit comments

Comments
 (0)