• Resolved marius.cucuruz

    (@mariuscucuruz)


    I’m following up on two previous topics that, in my opinion, do not offer the complete information I’m after in regards to what is possible to ignore from versioning with Git:

    Basically, I’d like to Git ignore all /vendor/ directories on my WP website; so I’m thinking of adding **/vendor/ to .gitignore. I can see that currently Wordfence has some dependencies in a /wp-content/plugins/wordfence/crypto/vendor/ directory. Would it be safe to ignore it?

    For context, I’m running my website in a Docker container and I’m also wondering if ignoring all /vendor/ would cause any issues should I rebuild the container from scratch?

    Thanks in advance.

    ——————

    LE:

    Circular reference Jetpack question:

    Would it be safe to exclude these directories from tracking with Git: **/vendor/, **/assets/dist/, **/node_modules/?
    • This topic was modified 1 year, 10 months ago by marius.cucuruz. Reason: clarify the question & update tags
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Version Control – git ignore vendor’ is closed to new replies.