Skip to content

Commit

Permalink
update chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
yugalkaushik committed Nov 3, 2024
1 parent 13ba68b commit 66ab945
Show file tree
Hide file tree
Showing 11 changed files with 944 additions and 171 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Node modules
node_modules/

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Environment variables
.env

# Build output
dist/
build/
public/

# Cache
.cache/
.npm/
.vscode/
.DS_Store

# Optional npm cache directory
.npm/

# Optional eslint cache
.eslintcache

# Optional REPL history
node_repl_history

# Testing
coverage/

# Production
*.env.*

# Editor directories and files
.idea/
*.sublime-workspace
*.sublime-project
.vscode/
*.code-workspace

# Dependency directories
frontend/node_modules/
backend/node_modules/

# MacOS
.DS_Store

# Linux
*~

# Windows
Thumbs.db
Loading

0 comments on commit 66ab945

Please sign in to comment.