mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 23:19:37 +00:00
33 lines
283 B
Plaintext
33 lines
283 B
Plaintext
# Nuxt dev/build outputs
|
|
.output
|
|
.data
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
dist
|
|
|
|
# Node dependencies
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.fleet
|
|
.idea
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Serwist
|
|
/front/public/sw*
|
|
/front/public/swe-worker*
|
|
|
|
# backend
|
|
**/uploads/**
|
|
**/tmp/**
|