Giter VIP home page Giter VIP logo

Comments (7)

mdione-cloudian avatar mdione-cloudian commented on June 24, 2024 1

No, please, not an ignore option, or at least also provide a include-only thing. rice is embedding my project's .git directory by default. This is a terrible default behavior.

from go.rice.

mdione-cloudian avatar mdione-cloudian commented on June 24, 2024 1

Please be patient, it will take me a couple of days until I can revisit this and give input. We're in release mode here at $WORK.

from go.rice.

ThomasDotCodes avatar ThomasDotCodes commented on June 24, 2024

This would be a great feature, currently having to manually edit my rice-box.go to remove DS_STORE files and others

from go.rice.

nadilas avatar nadilas commented on June 24, 2024

Has this been implemented?

from go.rice.

GeertJohan avatar GeertJohan commented on June 24, 2024

@at15 If you're still interested in making a PR for this, it would be very welcome.
I think to keep things simple a .riceignore file should only be valid in the root of a box, and is only valid for that box.
Absolute paths in the .riceignore file are relative to the root of the box.

Perhaps we should try to follow the gitignore guidelines for pattern matching.
https://git-scm.com/docs/gitignore
Go has it's own filepath pattern matching as well, but that doesn't seem to support ** for subdirectories?
https://golang.org/pkg/path/filepath/#Match

from go.rice.

GeertJohan avatar GeertJohan commented on June 24, 2024

@mdone-cloudian Is your .git directory in the assets box you're embedding?

from go.rice.

mdione-cloudian avatar mdione-cloudian commented on June 24, 2024

[Two months later...] Ok, the way I solved it (and I guess it was the original intended method) was to put the files in its own subdir and point rice to it. I find all the example show this, so I guess it was more an error on my side. It's all good now, forget I ever said anything :)

from go.rice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.