Git Product home page Git Product logo

Comments (4)

zikaari avatar zikaari commented on May 26, 2024 1

Crap 😧!!

That changes everything. I didn't know about this till now. I have published a bunch of stuff in past that blindly separates paths on [\\\/] and moves on with the day. I'll have to fix all those things.

I kept hating win32 for being the only one bad kid for not following the convention of using forward slashes like others but at least it isn't ambiguous in the type of slashes it uses in path(s).

Well, I guess I'll retract this request unless you have anything in mind.

from node-ignore.

zikaari avatar zikaari commented on May 26, 2024

And just to add on why this would be awesome, we should think of ignore as a "path" matching library instead of a "string" matcher.

The "semantic" correctness instead of "syntactic".


ignore should be the answer to the question:
Does this pattern match the following resource?

And ignore saying no to the above question when given dist/** and dist\scripts\index.js respectively doesn't sound very right.

from node-ignore.

kaelzhang avatar kaelzhang commented on May 26, 2024

I thought just converting the path dist\scripts\index.js to dist/scripts/index.js is dangerous, because some linux os supports directory names or file names that contain back slashs (\). For example, foo\bar/baz.js is a valid file path on Mac OS, in which a javascript file bar.js is inside the one-depth directory foo\bar.

If you have a webapp that helps people to test the .gitignore rules and it supports windows paths, maybe it is better to convert the paths before using node-ignore.

from node-ignore.

kaelzhang avatar kaelzhang commented on May 26, 2024

Close for now

from node-ignore.

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.