.gitignore

Updated on

The .gitignore file is used to tell Git which files and folders to ignore when committing changes to your repository. This is useful for files that are generated automatically, such as node_modules or .next.

Shipixen comes with a default .gitignore file that ignores all the files and folders that are not needed in your repository.