Skip to content

Commit e379e99

Browse files
author
Lauren McCarthy
committed
adding dist/ to gitignore #147
1 parent 1f99e0b commit e379e99

File tree

6 files changed

+72
-54
lines changed

6 files changed

+72
-54
lines changed

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,4 @@ node_modules
2525
src/templates/pages/examples/*
2626
src/offline-reference
2727
!src/templates/pages/examples/.gitkeep
28-
dist/download/version.json
29-
dist/assets/js/p5.min.js
30-
dist/assets/js/p5.dom.min.js
31-
dist/assets/js/p5.sound.min.js
32-
learn/books/*
33-
git-pull.php
28+
dist/*

dist/es/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ <h3 name='motion' class='anchor'>Motion</h3>
12521252

12531253
data-en='Morph'
12541254

1255-
data-es='Morph '
1255+
data-es='Morph'
12561256

12571257
data-zh-Hans='Morph'
12581258

dist/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ <h3 name='motion' class='anchor'>Motion</h3>
12521252

12531253
data-en='Morph'
12541254

1255-
data-es='Morph '
1255+
data-es='Morph'
12561256

12571257
data-zh-Hans='Morph'
12581258

dist/zh-Hans/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ <h3 name='motion' class='anchor'>Motion</h3>
12531253

12541254
data-en='Morph'
12551255

1256-
data-es='Morph '
1256+
data-es='Morph'
12571257

12581258
data-zh-Hans='Morph'
12591259

0 commit comments

Comments
 (0)