1 Star 0 Fork 0

AICodeDesign/system-2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
袁恩志 提交于 2024-12-09 21:36 . a
# Maven
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
# Gradle
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
# IDE and Editor files
.idea/
.vscode/
*.swp
*.swo
.project
.classpath
.settings/
*.sublime-workspace
*.sublime-project
# OS specific
.DS_Store
Thumbs.db
desktop.ini
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Dependencies
## Node.js
node_modules/
.npm
.yarn
.pnp.*
.env
.env.local
.env.*.local
## Python
__pycache__/
*.py[cod]
*$py.class
.Python
env/
venv/
.env/
.venv/
pip-log.txt
.pytest_cache/
.coverage
htmlcov/
## JVM
target/
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
!.mvn/wrapper/maven-wrapper.jar
*.class
hs_err_pid*
.mtj.tmp/
## Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
# Build outputs
dist/
build/
out/
bin/
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# Frontend specific
.nuxt/
.next/
.output/
.cache/
.parcel-cache/
.angular/
coverage/
# Local development
*.local
.localhistory/
# Database
*.sqlite
*.db
*.sql
# Temporary files
tmp/
temp/
.temp/
*.tmp
*.bak
*.swp
*~
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aicode-design/system-2.git
git@gitee.com:aicode-design/system-2.git
aicode-design
system-2
system-2
master

搜索帮助