mirror of
https://github.com/Drop-OSS/drop-api-autogen.git
synced 2026-07-01 14:17:12 -04:00
f26e7f1a45
Created the barebones of the tooling. Design comes next.
26 lines
199 B
Plaintext
26 lines
199 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
|
|
|
|
/docs |