mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 00:08:37 +01:00
39 lines
311 B
Plaintext
39 lines
311 B
Plaintext
# Nuxt dev/build outputs
|
|
.output
|
|
.data
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
dist
|
|
|
|
# Node dependencies
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
winston-*.ndjson
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.fleet
|
|
.idea
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
|
|
# Test reports
|
|
*.report.txt
|
|
|
|
# PDF
|
|
out.pdf
|
|
|
|
# TESTS - TO REMOVE
|
|
tests
|
|
|
|
# EXPLAINS MONGODB
|
|
|
|
explains |