exclude vendorlib, theme, themesource folder using .gitignore?
0
I am trying to save storage space in the git repository by excluding the fllowing folders using .gitignore: vendorlib javascriptsource theme theme-cache/web themesource widgets Will this cause any issues? For example, will a new developer face any environmental issues when they clone the repository from git due to the exclusions in .gitignore?