删除 .gitignore
This commit is contained in:
-37
@@ -1,37 +0,0 @@
|
||||
# --- WorkBuddy 项目数据(不入库) ---
|
||||
.workbuddy/
|
||||
|
||||
# --- Node / Vite 前端 ---
|
||||
node_modules/
|
||||
dist/
|
||||
dist-ssr/
|
||||
*.local
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# --- Java / Maven 后端 ---
|
||||
target/
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
.mvn/timing.properties
|
||||
maven-wrapper.jar
|
||||
|
||||
# --- IDE ---
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
*.swp
|
||||
.settings/
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# --- OS ---
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# --- 构建产物/发布包 ---
|
||||
*-bin.zip
|
||||
*.log
|
||||
Reference in New Issue
Block a user