From 8735fa5cafc612d3a9f73f018fa3d8116977e8be Mon Sep 17 00:00:00 2001 From: lids <1713278948@qq.com> Date: Thu, 7 May 2026 15:54:13 +0800 Subject: [PATCH] gitignore --- static/.gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 static/.gitignore diff --git a/static/.gitignore b/static/.gitignore new file mode 100644 index 0000000..4aaf0da --- /dev/null +++ b/static/.gitignore @@ -0,0 +1,42 @@ +# ---> Java +# Compiled class file +*.class + +# Logs +logs/ +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Maven +target/ +**/target/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* +# IDE +.idea/ +*.iml +.vscode/ +codegen-workspace +workspace +.qwen +.arts +*.pyc +/agents/ai_agents/project-files/ + + +.arts/ \ No newline at end of file