Files
boussole-pluss/.gitignore
Nicolas Doby b6e86f0641 feat: review backend and frontend
- update to the latest version of Java/SpringBoot
- update to the latest version NuxtJS
- add account/password update
- add account creation
- add account password reset
- add bundle to regroup questions and add default questions on user creation
- add bundle creation
2024-09-12 11:13:54 +02:00

27 lines
296 B
Plaintext

# Nuxt dev/build outputs
/frontend/.output
/frontend/.nuxt
/frontend/.eslintcache
/frontend/dist
/frontend/coverage
/frontend/yarn.lock
**/.env
# Node dependencies
node_modules
# System files
*.log
# Java dev/build outputs
target
# IDE
.idea
*.iml
# Project specific
data/
/frontend/.nuxt/