Update the open source license

This commit is contained in:
2025-10-26 20:51:25 +08:00
parent 2d403e68ce
commit a20368a39b
2 changed files with 105 additions and 5 deletions

107
.gitignore vendored
View File

@@ -1,8 +1,107 @@
# 编译后的二进制文件
networkDev
networkDev.exe
*.exe
*.exe~
*.dll
*.so
*.dylib
# Go 相关
*.test
*.out
go.work
go.work.sum
# 数据库文件
/database.db /database.db
/recharge.db /recharge.db
logs *.db
模板 *.sqlite
.DS_Store *.sqlite3
# 配置文件 (包含敏感信息)
config.json config.json
config.yaml
config.yml
.env
.env.local
.env.production
# 日志文件
logs/
*.log
log/
# 临时文件
*.tmp
*.temp
*.swp
*.swo
*~
node.txt node.txt
networkDev 模板
# IDE 和编辑器
.vscode/settings.json
.vscode/tasks.json
.vscode/extensions.json
# .vscode/launch.json # 保留调试配置
.idea/
*.iml
*.ipr
*.iws
.project
.classpath
.settings/
*.sublime-project
*.sublime-workspace
# 操作系统
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
# 依赖和包管理
vendor/
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 测试覆盖率
coverage.txt
coverage.out
*.cover
*.coverprofile
# 文档生成
docs/_build/
site/
# 备份文件
*.bak
*.backup
*.orig
# 压缩文件
*.zip
*.tar.gz
*.rar
*.7z
# 证书和密钥文件
*.pem
*.key
*.crt
*.p12
*.pfx
# 运行时文件
*.pid
*.sock

View File

@@ -1,6 +1,7 @@
MIT License MIT License
Copyright (c) 2025 skyle1995 (https://github.com/skyle1995) Copyright (c) 2025 skyle1995 (https://github.com/skyle1995)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights in the Software without restriction, including without limitation the rights