Giter Site home page Giter Site logo

Comments (3)

alankstewart avatar alankstewart commented on July 4, 2024

@kipz @cd I've add the .atomistignore functionality as close possible as what the .npmignore doc says above.
As per .npmignore, it will consider all .atomistignore files found in the root of the project and its subdirectories. Unlike .gitignore which always ignores directories like ".git" I also added .git and a few other artefacts that are ignored by default - some of which are listed in the .npmignore doc (e.g. .git, .svn, .idea, *.iml, and eclipse project hidden files. But if you don't want these added, let me know.

If a .atomistignore file is not found, then the global .gitgnore file is read along with any .gitignore files in the project root and subdirectories.

Note, like .npmignore, if a .atomistignore file is present, even if empty, it will override anything in .gitignore files (if present)

Available in release 0.11.1

from artifact-source.

kipz avatar kipz commented on July 4, 2024

from artifact-source.

alankstewart avatar alankstewart commented on July 4, 2024

artifact-source now uses JGit to process .gitignore files, and also supports a .atomist/ignore file to allow ignoring files under .atomist or to negate patterns matched in .gitignore processing

from artifact-source.

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.