Skip to content

add .gitignore file

sohka requested to merge sohka/neutrinet_cube_install:add-gitignore into master

Hi,

It is quite easy to add and commit unwanted files/dirs like cube_resources and install.hypercube. In case someone pushes his install.hypercube file, it would publicly expose his passwords and VPN certificates.

With this gitignore conf, it will be a bit harder to make this kind of mistake.

Merge request reports