Skip to content

Commit 04acc2e

Browse files
committed
chore: include dist folder again because of import
1 parent b526fa5 commit 04acc2e

File tree

9 files changed

+35089
-7
lines changed

9 files changed

+35089
-7
lines changed

.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ yarn-error.log*
2525
# Dependency directories
2626
node_modules/
2727

28-
dist
29-
dist/**/*.*
30-
!dist/css/*.css
31-
!dist/css/*.css.map
32-
!dist/js/*.js
33-
!dist/js/*.mjs
34-
!dist/js/*.ts
28+
# dist
29+
# dist/**/*.*
30+
# !dist/css/*.css
31+
# !dist/css/*.css.map
32+
# !dist/js/*.js
33+
# !dist/js/*.mjs
34+
# !dist/js/*.ts
3535

3636
# Ignore lock
3737
yarn.lock

dist/css/materialize.css

Lines changed: 8821 additions & 0 deletions
Large diffs are not rendered by default.

dist/css/materialize.min.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/materialize.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)