Add .gitignore and remove compiled artifacts from version control
- Add comprehensive .gitignore for Java/Groovy project - Remove compiled .class files and .jar from git tracking - Keep only source code and configuration files in version control - Build artifacts will be generated during compilation process
Showing
28 changed files
with
44 additions
and
2 deletions
.gitignore
0 → 100644
No preview for this file type
build/classes/groovy/main/org/moqui/mcp/EnhancedMcpServlet$_destroy_closure1.class
deleted
100644 → 0
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
build/classes/groovy/main/org/moqui/mcp/McpSessionManager$_broadcast_closure1.class
deleted
100644 → 0
No preview for this file type
build/classes/groovy/main/org/moqui/mcp/McpSessionManager$_broadcast_closure2.class
deleted
100644 → 0
No preview for this file type
No preview for this file type
No preview for this file type
build/classes/groovy/main/org/moqui/mcp/McpSessionManager$_forceShutdown_closure5.class
deleted
100644 → 0
No preview for this file type
No preview for this file type
No preview for this file type
build/classes/groovy/main/org/moqui/mcp/McpSessionManager$_shutdownGracefully_closure4.class
deleted
100644 → 0
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
build/classes/groovy/main/org/moqui/mcp/ServiceBasedMcpServlet$_destroy_closure1.class
deleted
100644 → 0
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
build/tmp/jar/MANIFEST.MF
deleted
100644 → 0
lib/moqui-mcp-2-1.0.0.jar
deleted
100644 → 0
No preview for this file type
-
Please register or sign in to post a comment