Minor updates to Subscribe.js, updated LLM_DEV_PROMPTS to latest version
This commit is contained in:
26
LLM_DEV_PROMPTS/.gitignore
vendored
Normal file
26
LLM_DEV_PROMPTS/.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editors
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
*.bak
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-*
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# Environment / secrets
|
||||
.env
|
||||
.env.*
|
||||
*.pem
|
||||
*.key
|
||||
|
||||
# Prompts
|
||||
prompts/
|
||||
*prompts
|
||||
prompts*
|
||||
Reference in New Issue
Block a user