+ 1
Question about Github
If i want to link a database to a project in my github (and i need to provide some passwords to it for linking) or something, can i hide it from other users so that they could never see that when they fork my project.Is it possible ??
3 ответов
+ 1
You can't hide specific files in public repositories.
All sensitive data should be kept locally on your computer. You can use gitignore to keep git from tracking such files.
+ 2
+ 1
Hi) If you donʼt choose the public version, no-one can't see your repository