Skip to content

Commit f0961cb

Browse files
committed
fix gitignore
1 parent 71debb3 commit f0961cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ deployment/**/*
2323

2424
node_modules
2525
# copied from node_modules using the copy-files-from-to NPM package
26-
webroot/js/jquery-*.js
27-
webroot/js/ckeditor5-*.js
28-
webroot/css/ckeditor5-*.css
26+
webroot/js/jquery.min.js
27+
webroot/js/ckeditor5.umd.js
28+
webroot/css/ckeditor5.css

0 commit comments

Comments
 (0)