gitignore
This commit is contained in:
parent
3b2f4c42ed
commit
8735fa5caf
|
|
@ -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/
|
||||||
Loading…
Reference in New Issue