mirror of
https://github.com/zyphlar/easy-usb-relay.git
synced 2024-03-08 07:57:47 +00:00
First pass at the API 🦄
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
#-----------------------------------
|
||||
# Application specific files
|
||||
#-----------------------------------
|
||||
|
||||
node_modules
|
||||
dist
|
||||
|
||||
|
||||
#-----------------------------------
|
||||
# Build artifacts
|
||||
#-----------------------------------
|
||||
|
||||
.cache
|
||||
.awcache
|
||||
*.bk
|
||||
|
||||
|
||||
#-----------------------------------
|
||||
# Editor files
|
||||
#-----------------------------------
|
||||
|
||||
.vscode
|
||||
|
||||
|
||||
#-----------------------------------
|
||||
# Logs/database files
|
||||
#-----------------------------------
|
||||
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
#-----------------------------------
|
||||
# OS generated files
|
||||
#-----------------------------------
|
||||
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user