forked from EVOgeek/Vmeda.Online
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			534 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			534 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Specifies intentionally untracked files to ignore when using Git
 | 
						|
# http://git-scm.com/docs/gitignore
 | 
						|
 | 
						|
*~
 | 
						|
*.sw[mnpcod]
 | 
						|
*.log
 | 
						|
*.tmp
 | 
						|
*.tmp.*
 | 
						|
log.txt
 | 
						|
*.sublime-project
 | 
						|
*.sublime-workspace
 | 
						|
.vscode/
 | 
						|
npm-debug.log*
 | 
						|
 | 
						|
.idea/
 | 
						|
.sourcemaps/
 | 
						|
.sass-cache/
 | 
						|
.tmp/
 | 
						|
.versions/
 | 
						|
coverage/
 | 
						|
dist/
 | 
						|
node_modules/
 | 
						|
tmp/
 | 
						|
temp/
 | 
						|
platforms/
 | 
						|
/plugins/
 | 
						|
/plugins/android.json
 | 
						|
/plugins/ios.json
 | 
						|
www/
 | 
						|
!www/README.md
 | 
						|
$RECYCLE.BIN/
 | 
						|
 | 
						|
.DS_Store
 | 
						|
Thumbs.db
 | 
						|
UserInterfaceState.xcuserstate
 | 
						|
 | 
						|
e2e/build
 | 
						|
/desktop/*
 | 
						|
!/desktop/assets/
 | 
						|
!/desktop/electron.js
 | 
						|
src/configconstants.ts
 |