Skip to content

Commit

Permalink
Minor change in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
preeesha committed May 31, 2024
1 parent fe5610f commit 27fa160
Show file tree
Hide file tree
Showing 32 changed files with 2,202 additions and 620 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/developer/
/developer/
.DS_Store
2 changes: 2 additions & 0 deletions ai-assistant/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
metadata.yml

# ignore modules pulled in from npm
node_modules/

Expand Down
2 changes: 1 addition & 1 deletion ai-assistant/.rcappsconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "http://localhost:4000",
"url": "http://localhost:3000",
"username": "",
"password": "",
"ignoredFiles": [
Expand Down
10 changes: 10 additions & 0 deletions ai-assistant/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"editor.tabSize": 4,
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"package.json": ".gitignore, *.json, *.yml, *.yaml, bun.lockb, .editorconfig, .rcapps*"
}
}
12 changes: 0 additions & 12 deletions ai-assistant/AiAssistantApp.ts

This file was deleted.

14 changes: 7 additions & 7 deletions ai-assistant/app.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"id": "462e441b-cacb-4541-9ba1-2b875873b13c",
"id": "eec3e96e-8b7b-4235-aa6c-feee3cb64200",
"version": "0.0.1",
"requiredApiVersion": "^1.19.0",
"iconFile": "icon.png",
"author": {
"name": "Prisha Gupta",
"homepage": "https://preeesha.github.io/",
"support": "https://github.com/preeesha/rocket-chatter-app"
"homepage": "https://google.com",
"support": "https://google.com"
},
"name": "AI-Assistant",
"nameSlug": "ai-assistant",
"classFile": "AiAssistantApp.ts",
"description": "AI Assistant for understanding rocket chats core repository",
"name": "Rocket Chatter",
"nameSlug": "rocketchatter",
"classFile": "src/RocketChatterApp.ts",
"description": "Rocket Chatter app",
"implements": []
}
Binary file added ai-assistant/bun.lockb
Binary file not shown.
Binary file modified ai-assistant/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 27fa160

Please sign in to comment.