CoolFace
Apppublic

Asman2010/Perplexica

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
.gitignore34 linesDownload Raw Back to root
1# Node.js
2node_modules/
3npm-debug.log
4yarn-error.log
5
6# Build output
7/.next/
8/out/
9
10# IDE/Editor specific
11.vscode/
12.idea/
13*.iml
14
15# Environment variables
16.env
17.env.local
18.env.development.local
19.env.test.local
20.env.production.local
21
22# Config files
23config.toml
24
25# Log files
26logs/
27*.log
28
29# Testing
30/coverage/
31
32# Miscellaneous
33.DS_Store
34Thumbs.db