Files
rpmbuild/.gitignore
Belden Lyman d99805552c Build lib/main.js in the container
Resolves https://github.com/naveenrajm7/rpmbuild/issues/2

We don't need `lib/main.js` any more, so I've removed it.

Some previou devDependencies from `package.json` are now
production dependencies.
2021-09-24 10:36:12 -07:00

14 lines
266 B
Plaintext

# See http://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
package-lock.json
node_modules
# System Files
.DS_Store
Thumbs.db
# typescript gets compiled to js and placed under lib/
# if you build locally, don't let you commit it
lib/