mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Ignore externally loaded plug-ins
We include these plug-ins with the build system, but for development it's easy to have them linked or copied into the plug-ins folder. But don't commit them! So here we ignore these plug-ins.
This commit is contained in:
parent
4a5d7cbc73
commit
b6464b12a1
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -26,3 +26,10 @@ LC_MESSAGES
|
|||
|
||||
# Debian packaging
|
||||
debian*
|
||||
|
||||
#Externally located plug-ins.
|
||||
plugins/Doodle3D-cura-plugin
|
||||
plugins/GodMode
|
||||
plugins/PostProcessingPlugin
|
||||
plugins/UM3NetworkPrinting
|
||||
plugins/X3GWriter
|
Loading…
Add table
Add a link
Reference in a new issue