Perplexica/.gitignore

34 lines
341 B
Plaintext
Raw Permalink Normal View History

2024-04-09 13:51:05 +03:00
# Node.js
node_modules/
npm-debug.log
yarn-error.log
# Build output
/.next/
/out/
# IDE/Editor specific
.vscode/
.idea/
*.iml
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
2024-04-20 07:02:19 +03:00
# Config files
config.toml
2024-04-09 13:51:05 +03:00
# Log files
logs/
*.log
# Testing
/coverage/
# Miscellaneous
.DS_Store
Thumbs.db