mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 04:13:50 +00:00
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.
14 lines
266 B
Plaintext
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/
|