Files
rpmbuild/.gitignore
Belden Lyman 626822dc92 Fix comment
Drive-by:
  * Ignore vim swapfiles
2021-09-25 14:52:31 -07:00

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/