mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-11 20:04:42 +00:00
17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# editor
|
|
*.swp
|
|
|
|
# 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/
|