Explorar o código

chore: 忽略本地IDE和日志文件

jiapu hai 5 meses
pai
achega
cec5539266
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      .gitignore

+ 10 - 0
.gitignore

@@ -0,0 +1,10 @@
+# IDE
+.cursor/
+.idea/
+
+# Local logs
+logs/
+code/backend/logs/
+
+# Frontend cache
+code/frontend/.vite/