Ignore info.txt?

Hi,

in my ionic project there is a file named ‘info.txt’ which content is constantly changing. What is that file for? Is it a bad idea to put it on the ‘.gitignore’ list?

Thanks for your answers!

The info.txt is generated by the command

cordova info

It contains information about your environment. Can be useful but is save to ignore.

1 Like