1 Star 0 Fork 0

BY-MX/SSM开发

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
BG 提交于 2024-12-04 12:06 . wip:初始化项目
## Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# 通常用于将Python项目打包成可执行文件
# 如果你不使用PyInstaller,可以将以下行注释掉
# https://www.pyinstaller.org/
/dist/
/build/
/*.exe
# pytest
/pytest_cache/
# mypy
/.mypy_cache/
# PyCharm
/.idea/
## JavaScript
# Dependency directories
/node_modules/
/.pnp/
.pnp.js
# Testing
/coverage/
# Production
/build/
# Next.js
/.next/
/out/
# Nuxt.js
/.nuxt/
/dist/
# TypeScript
/.tscache/
# Yarn
/yarn-error.log
# IDE
/.idea/
## Java
# Compiled class file
*.class
# Log files
*.log
# IntelliJ IDEA
.idea/
# Eclipse
.classpath
.project
.settings/
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
# Gradle
.gradle/
build/
# VS Code
*.exe
# 忽略Idea编译生成的out目录
out/
# 忽略Idea编译生成的classes目录
classes/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/by-mx/DevSSM.git
git@gitee.com:by-mx/DevSSM.git
by-mx
DevSSM
SSM开发
master

搜索帮助