Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 5 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
# Logs
logs
*.log

# Lockfiles
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lock

# Build artifacts
tsconfig.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local
.pnpm-store

# Editor directories and files
.vscode/*
Expand All @@ -27,10 +22,3 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# Agent workspace (internal, not for repo)
.hermes/

# Environment
.env
.env.local
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/nativelyai.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DevVoice</title>
<title>my-app</title>
<script type="importmap">
{
"imports": {
Expand Down
Loading
Loading