Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This page will have a sample .gitignore file that you can use to stop IguanaX from committing confidential information.

The file works like this:

  1. Place the .gitignore file from below in your components directory.

    1. /Users/iguanaxUser/Library/IguanaX/repos/Custom_sdh6FS3aD/

  2. Edit the .gitignore file to include what you want to ignore:

    1. This will ignore all the Sample data I have in the specific components directory:

      /Samples/*
  3. Make an initial commit, connect your component to a repository and make sure the specified files are not there.

NOTE: Adding the .gitignore file before adding the samples folder works easier. If you already have the samples folder you may need to delete that folder and re-upload it.

  • No labels