Skip to content

Commit 27fa160

Browse files
committed
Minor change in .gitignore
1 parent fe5610f commit 27fa160

32 files changed

+2202
-620
lines changed

.DS_Store

2 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/developer/
1+
/developer/
2+
.DS_Store

ai-assistant/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
metadata.yml
2+
13
# ignore modules pulled in from npm
24
node_modules/
35

ai-assistant/.rcappsconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"url": "http://localhost:4000",
2+
"url": "http://localhost:3000",
33
"username": "",
44
"password": "",
55
"ignoredFiles": [

ai-assistant/.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"editor.tabSize": 4,
3+
"editor.detectIndentation": false,
4+
"editor.insertSpaces": true,
5+
"explorer.fileNesting.enabled": true,
6+
"explorer.fileNesting.expand": false,
7+
"explorer.fileNesting.patterns": {
8+
"package.json": ".gitignore, *.json, *.yml, *.yaml, bun.lockb, .editorconfig, .rcapps*"
9+
}
10+
}

ai-assistant/AiAssistantApp.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

ai-assistant/app.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"id": "462e441b-cacb-4541-9ba1-2b875873b13c",
2+
"id": "eec3e96e-8b7b-4235-aa6c-feee3cb64200",
33
"version": "0.0.1",
44
"requiredApiVersion": "^1.19.0",
55
"iconFile": "icon.png",
66
"author": {
77
"name": "Prisha Gupta",
8-
"homepage": "https://preeesha.github.io/",
9-
"support": "https://github.com/preeesha/rocket-chatter-app"
8+
"homepage": "https://google.com",
9+
"support": "https://google.com"
1010
},
11-
"name": "AI-Assistant",
12-
"nameSlug": "ai-assistant",
13-
"classFile": "AiAssistantApp.ts",
14-
"description": "AI Assistant for understanding rocket chats core repository",
11+
"name": "Rocket Chatter",
12+
"nameSlug": "rocketchatter",
13+
"classFile": "src/RocketChatterApp.ts",
14+
"description": "Rocket Chatter app",
1515
"implements": []
1616
}

ai-assistant/bun.lockb

30 KB
Binary file not shown.

ai-assistant/icon.png

390 KB
Loading

0 commit comments

Comments
 (0)