Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 9c6defd

Browse files
author
Your Name
committed
Updates
0 parents  commit 9c6defd

File tree

81 files changed

+5729
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+5729
-0
lines changed

.snapshots/config.json

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
{
2+
"excluded_patterns": [
3+
".git",
4+
".gitignore",
5+
"gradle",
6+
"gradlew",
7+
"gradlew.*",
8+
"node_modules",
9+
".snapshots",
10+
".idea",
11+
".vscode",
12+
"*.log",
13+
"*.tmp",
14+
"target",
15+
"dist",
16+
"build",
17+
".DS_Store",
18+
"*.bak",
19+
"*.swp",
20+
"*.swo",
21+
"*.lock",
22+
"*.iml",
23+
"coverage",
24+
"*.min.js",
25+
"*.min.css",
26+
"__pycache__",
27+
".marketing",
28+
".env",
29+
".env.*",
30+
"*.jpg",
31+
"*.jpeg",
32+
"*.png",
33+
"*.gif",
34+
"*.bmp",
35+
"*.tiff",
36+
"*.ico",
37+
"*.svg",
38+
"*.webp",
39+
"*.psd",
40+
"*.ai",
41+
"*.eps",
42+
"*.indd",
43+
"*.raw",
44+
"*.cr2",
45+
"*.nef",
46+
"*.mp4",
47+
"*.mov",
48+
"*.avi",
49+
"*.wmv",
50+
"*.flv",
51+
"*.mkv",
52+
"*.webm",
53+
"*.m4v",
54+
"*.wfp",
55+
"*.prproj",
56+
"*.aep",
57+
"*.psb",
58+
"*.xcf",
59+
"*.sketch",
60+
"*.fig",
61+
"*.xd",
62+
"*.db",
63+
"*.sqlite",
64+
"*.sqlite3",
65+
"*.mdb",
66+
"*.accdb",
67+
"*.frm",
68+
"*.myd",
69+
"*.myi",
70+
"*.ibd",
71+
"*.dbf",
72+
"*.rdb",
73+
"*.aof",
74+
"*.pdb",
75+
"*.sdb",
76+
"*.s3db",
77+
"*.ddb",
78+
"*.db-shm",
79+
"*.db-wal",
80+
"*.sqlitedb",
81+
"*.sql.gz",
82+
"*.bak.sql",
83+
"dump.sql",
84+
"dump.rdb",
85+
"*.vsix",
86+
"*.jar",
87+
"*.war",
88+
"*.ear",
89+
"*.zip",
90+
"*.tar",
91+
"*.tar.gz",
92+
"*.tgz",
93+
"*.rar",
94+
"*.7z",
95+
"*.exe",
96+
"*.dll",
97+
"*.so",
98+
"*.dylib",
99+
"*.app",
100+
"*.dmg",
101+
"*.iso",
102+
"*.msi",
103+
"*.deb",
104+
"*.rpm",
105+
"*.apk",
106+
"*.aab",
107+
"*.ipa",
108+
"*.pkg",
109+
"*.nupkg",
110+
"*.snap",
111+
"*.whl",
112+
"*.gem",
113+
"*.pyc",
114+
"*.pyo",
115+
"*.pyd",
116+
"*.class",
117+
"*.o",
118+
"*.obj",
119+
"*.lib",
120+
"*.a",
121+
"*.map",
122+
".npmrc"
123+
],
124+
"default": {
125+
"default_prompt": "Enter your prompt here",
126+
"default_include_all_files": false,
127+
"default_include_entire_project_structure": true
128+
},
129+
"included_patterns": [
130+
"build.gradle",
131+
"settings.gradle",
132+
"gradle.properties",
133+
"pom.xml",
134+
"Makefile",
135+
"CMakeLists.txt",
136+
"package.json",
137+
"requirements.txt",
138+
"Pipfile",
139+
"Gemfile",
140+
"composer.json",
141+
".editorconfig",
142+
".eslintrc.json",
143+
".eslintrc.js",
144+
".prettierrc",
145+
".babelrc",
146+
".dockerignore",
147+
".gitattributes",
148+
".stylelintrc",
149+
".npmrc"
150+
]
151+
}

.snapshots/readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Snapshots Directory
2+
3+
This directory contains snapshots of your code for AI interactions. Each snapshot is a markdown file that includes relevant code context and project structure information.
4+
5+
## What's included in snapshots?
6+
- Selected code files and their contents
7+
- Project structure (if enabled)
8+
- Your prompt/question for the AI
9+
10+
## Configuration
11+
You can customize snapshot behavior in `config.json`.

.snapshots/sponsors.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Thank you for using Snapshots for AI
2+
3+
Thanks for using Snapshots for AI. We hope this tool has helped you solve a problem or two.
4+
5+
If you would like to support our work, please help us by considering the following offers and requests:
6+
7+
## Ways to Support
8+
9+
### Join the GBTI Network!!! 🙏🙏🙏
10+
The GBTI Network is a community of developers who are passionate about open source and community-driven development. Members enjoy access to exclussive tools, resources, a private MineCraft server, a listing in our members directory, co-op opportunities and more.
11+
12+
- Support our work by becoming a [GBTI Network member](https://gbti.network/membership/).
13+
14+
### Try out BugHerd 🐛
15+
BugHerd is a visual feedback and bug-tracking tool designed to streamline website development by enabling users to pin feedback directly onto web pages. This approach facilitates clear communication among clients, designers, developers, and project managers.
16+
17+
- Start your free trial with [BugHerd](https://partners.bugherd.com/55z6c8az8rvr) today.
18+
19+
### Hire Developers from Codeable 👥
20+
Codeable connects you with top-tier professionals skilled in frameworks and technologies such as Laravel, React, Django, Node, Vue.js, Angular, Ruby on Rails, and Node.js. Don't let the WordPress focus discourage you. Codeable experts do it all.
21+
22+
- Visit [Codeable](https://www.codeable.io/developers/?ref=z8h3e) to hire your next team member.
23+
24+
### Lead positive reviews on our marketplace listing ⭐⭐⭐⭐⭐
25+
- Rate us on [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=GBTI.snapshots-for-ai)
26+
- Review us on [Cursor marketplace](https://open-vsx.org/extension/GBTI/snapshots-for-ai)
27+
28+
### Star Our GitHub Repository ⭐
29+
- Star and watch our [repository](https://github.com/gbti-network/vscode-snapshots-for-ai)
30+
31+
### 📡 Stay Connected
32+
Follow us on your favorite platforms for updates, news, and community discussions:
33+
- **[Twitter/X](https://twitter.com/gbti_network)**
34+
- **[GitHub](https://github.com/gbti-network)**
35+
- **[YouTube](https://www.youtube.com/channel/UCh4FjB6r4oWQW-QFiwqv-UA)**
36+
- **[Dev.to](https://dev.to/gbti)**
37+
- **[Daily.dev](https://dly.to/zfCriM6JfRF)**
38+
- **[Hashnode](https://gbti.hashnode.dev/)**
39+
- **[Discord Community](https://gbti.network)**
40+
- **[Reddit Community](https://www.reddit.com/r/GBTI_network)**
41+
42+
---
43+
44+
Thank you for supporting open source software! 🙏

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
thesolutiondesk.ca

assets/index-dJkEJQ3t.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-jIr3YNDb.js

Lines changed: 141 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="h-full">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Markdown Notes</title>
7+
<meta name="description" content="A beautiful markdown note-taking app with live preview" />
8+
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">
9+
<meta name="theme-color" content="#0f172a" media="(prefers-color-scheme: dark)">
10+
<link rel="icon" type="image/png" href="/favicon.png">
11+
<script type="module" crossorigin src="/tools/free/markdown/assets/index-jIr3YNDb.js"></script>
12+
<link rel="stylesheet" crossorigin href="/tools/free/markdown/assets/index-dJkEJQ3t.css">
13+
</head>
14+
<body class="h-full">
15+
<div id="root"></div>
16+
</body>
17+
</html>

node_modules/.bin/autoprefixer

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/browserslist

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/cssesc

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)