Tuesday, February 15, 2022

EXAMPLES: .gitignore examples


touch 1.exe 2.jar 3.exe 4.dmg 5.msi


 vi .gitignore


*.exe

*.jar

* all other extensions that you want to ignore

include also:

.gitignore


exit vi editor


git status

the files that are being ignored are not inside

No comments:

Post a Comment

Fluentd

Open-source log data collector > why logs? - for compliance (auditing, company, business) - for security (transparency, monitoring, admin...