update .gitignore

This commit is contained in:
2025-03-14 23:44:26 +08:00
parent 1b1942fde6
commit d423f6786b
6241 changed files with 718051 additions and 15 deletions

30
node_modules/fclone/bower.json generated vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "fclone",
"description": "Fastest JSON cloning module that handles circular references",
"main": "dist/fclone.js",
"authors": [
"soyuka"
],
"license": "MIT",
"keywords": [
"clone",
"deep",
"circular",
"json",
"stringify",
"fast"
],
"homepage": "https://github.com/soyuka/fclone",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test.js",
"!dist/dpicker.js",
"!dist/dpicker.min.js",
"screen.png",
"gulpfile.js",
"demo",
"bump.sh"
]
}