In a jQuery, jQueryUI, bootstrap type library project, I put it in the lib folder. What is the proper practice of committing such a project? Do I need to add the lib folder to the commit?
Or perhaps it is better to install jQuery and other libraries through npm into the node_modules folder, include node_modules in gitignore, and restore the contents of node_modules via npm install?
node_modules, if used, must be in gitignore, and using it or not is a personal matter for everyone, I think I don’t use) - andreymal