39 lines
381 B
Plaintext
Executable File
39 lines
381 B
Plaintext
Executable File
target/
|
|
Cargo.lock
|
|
node_modules/
|
|
dist/
|
|
.vscode
|
|
public/ssl/
|
|
|
|
# Temporary dependencies
|
|
temp-deps/
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
!.cursor/
|
|
|
|
!AGENTS.md
|