- 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
		
			
				
	
	
		
			27 lines
		
	
	
		
			296 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			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/
 |