Files
opnform-host-nginx/client/.gitignore
Don Benjamin 129e7feb5f Reworked docker scripts for new nuxt infrastructure (#285)
* Reworked docker scripts for new nuxt infrastructure

* Switched to log mailer for default docker config

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
2024-01-18 16:35:45 +01:00

27 lines
223 B
Plaintext

# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
.amplify-hosting
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example
!.env.docker