1
0
Fork 0
mirror of https://github.com/ethauvin/CompileOnlyPlugin.git synced 2025-04-24 16:37:10 -07:00
CompileOnlyPlugin/.gitignore
Peter Daum 0646da0809 Released version 1.0.0 of the plugin.
It adds the java plugin automatically if the java or the groovy plugin is missing.

When the idea or eclipse plugin is used, it also adds the new dependencies to their provided scope
2013-08-12 23:38:13 +02:00

11 lines
79 B
Text

*.class
# Package Files #
*.jar
*.war
*.ear
.gradle/
.idea/
build/
*.iml
out/