azat-co / mongoui

MongoDB admin UI server written in Node.js 🎮
MIT License
585 stars 132 forks source link

gitignore bundle.js and/or libaries #39

Open Tom2277 opened 8 years ago

Tom2277 commented 8 years ago

I included the directory public/js in the gitignore file in a recent merged pull request. The master also has pubic/gen ignored . Was it correct to ignore that entire js directory or is it important to save version controlled static versions of the bootstrap and jquery libraries? Was bundle.js intended to be generated into a directory named public/gen?