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