40 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
# server
 | 
						|
.vscode/
 | 
						|
.vs/
 | 
						|
venv/
 | 
						|
media/
 | 
						|
 | 
						|
temp/
 | 
						|
*.log
 | 
						|
static/
 | 
						|
__pycache__/
 | 
						|
*.pyc
 | 
						|
*.sqlite3
 | 
						|
 | 
						|
# client
 | 
						|
node_modules/
 | 
						|
dist/*
 | 
						|
!dist/index_zs.html
 | 
						|
npm-debug.log*
 | 
						|
yarn-debug.log*
 | 
						|
yarn-error.log*
 | 
						|
**/*.log
 | 
						|
 | 
						|
tests/**/coverage/
 | 
						|
tests/e2e/reports
 | 
						|
selenium-debug.log
 | 
						|
 | 
						|
# Editor directories and files
 | 
						|
.idea
 | 
						|
.vscode
 | 
						|
*.suo
 | 
						|
*.ntvs*
 | 
						|
*.njsproj
 | 
						|
*.sln
 | 
						|
*.local
 | 
						|
 | 
						|
package-lock.json
 | 
						|
yarn.lock
 | 
						|
 | 
						|
web.config
 |