Git commit for 'build' directory?

Should we commit the build directory? I am thinking no. Sound about right? Since it is a compiled directory much like the mode_modules directory I think it should just be compiled and used by which ever server needs it and not included into the git commits.

What do you all think?

You are right, @clayton.collie

The build directory is generated from the source code, so it is not necessary to maintain a version of those files. You can add it to the .gitignore file without any problem.

Thanks!