【修改】 文件移动,路径更改

This commit is contained in:
任维炳
2025-04-22 11:08:29 +08:00
parent a654c6528e
commit c858201e65
12 changed files with 32 additions and 35 deletions

21
.gitignore vendored
View File

@@ -4,7 +4,7 @@
.LSOverride
Icon
._*
# IDE - IntelliJ IDEA
.idea/
*.iml
@@ -12,14 +12,17 @@ Icon
*.ipr
out/
.idea_modules/
# IDE - VSCode
.vscode/
*.code-workspace
# Obsidian files
.obsidian/
# Java build directory
/target/
# Compiled files
*.class
*.jar
@@ -28,18 +31,18 @@ out/
*.zip
*.tar.gz
*.rar
# Logs and databases
*.log
*.sqlite
*.db
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Python
__pycache__/
*.py[cod]
@@ -61,8 +64,8 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
# Temporary files
*.swp
*.swo
*~
*~