Remove webpack-generated demo files from git tracking
- Add dist/fonts/, demo JS files, and webpack artifacts to .gitignore - Remove committed bootstrap-icons fonts (generated by webpack) - Remove committed app.js, jquery.js and related files (generated by webpack) - These files should be generated locally via 'npx webpack' and not committed
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,3 +1,10 @@
|
|||||||
node_modules
|
node_modules
|
||||||
test/instrumented/
|
test/instrumented/
|
||||||
*.nupkg
|
*.nupkg
|
||||||
|
dist/fonts/
|
||||||
|
dist/app.js
|
||||||
|
dist/app.js.map
|
||||||
|
dist/app.js.LICENSE.txt
|
||||||
|
dist/jquery.js
|
||||||
|
dist/jquery.js.map
|
||||||
|
dist/jquery.js.LICENSE.txt
|
2
dist/app.js
vendored
2
dist/app.js
vendored
File diff suppressed because one or more lines are too long
22
dist/app.js.LICENSE.txt
vendored
22
dist/app.js.LICENSE.txt
vendored
@@ -1,22 +0,0 @@
|
|||||||
/*!
|
|
||||||
* Bootstrap v5.3.3 (https://getbootstrap.com/)
|
|
||||||
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* jQuery JavaScript Library v3.7.1
|
|
||||||
* https://jquery.com/
|
|
||||||
*
|
|
||||||
* Copyright OpenJS Foundation and other contributors
|
|
||||||
* Released under the MIT license
|
|
||||||
* https://jquery.org/license
|
|
||||||
*
|
|
||||||
* Date: 2023-08-28T13:37Z
|
|
||||||
*/
|
|
1
dist/app.js.map
vendored
1
dist/app.js.map
vendored
File diff suppressed because one or more lines are too long
BIN
dist/fonts/bootstrap-icons.woff
vendored
BIN
dist/fonts/bootstrap-icons.woff
vendored
Binary file not shown.
BIN
dist/fonts/bootstrap-icons.woff2
vendored
BIN
dist/fonts/bootstrap-icons.woff2
vendored
Binary file not shown.
2
dist/jquery.js
vendored
2
dist/jquery.js
vendored
File diff suppressed because one or more lines are too long
10
dist/jquery.js.LICENSE.txt
vendored
10
dist/jquery.js.LICENSE.txt
vendored
@@ -1,10 +0,0 @@
|
|||||||
/*!
|
|
||||||
* jQuery JavaScript Library v3.7.1
|
|
||||||
* https://jquery.com/
|
|
||||||
*
|
|
||||||
* Copyright OpenJS Foundation and other contributors
|
|
||||||
* Released under the MIT license
|
|
||||||
* https://jquery.org/license
|
|
||||||
*
|
|
||||||
* Date: 2023-08-28T13:37Z
|
|
||||||
*/
|
|
1
dist/jquery.js.map
vendored
1
dist/jquery.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user