mirror of
				https://git.jami.net/savoirfairelinux/jami-client-qt.git
				synced 2025-11-04 08:10:18 +08:00 
			
		
		
		
	This is a good start, but will need to be adapted for other platforms and improved over time. Change-Id: Ib64046e852c3aa9cc9b492d0af8cee33ee1ff5de
		
			
				
	
	
		
			59 lines
		
	
	
		
			727 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			727 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
*.user
 | 
						|
doc/Doxyfile
 | 
						|
 | 
						|
### VisualStudioCode ###
 | 
						|
.vscode/**/*
 | 
						|
!.vscode/settings.json
 | 
						|
!.vscode/tasks.json
 | 
						|
!.vscode/launch.json
 | 
						|
!.vscode/extensions.json
 | 
						|
 | 
						|
### VisualStudioCode Patch ###
 | 
						|
# Ignore all local history of files
 | 
						|
**/.history
 | 
						|
 | 
						|
GeneratedFiles/
 | 
						|
x64/
 | 
						|
x86/
 | 
						|
[wW]in32/
 | 
						|
.qmake.stash
 | 
						|
debug/
 | 
						|
release/
 | 
						|
beta/
 | 
						|
*.dll
 | 
						|
*.qm
 | 
						|
nuget.exe
 | 
						|
*.autosave
 | 
						|
changelog.html
 | 
						|
obj/
 | 
						|
build/
 | 
						|
!extras/build
 | 
						|
build-local/
 | 
						|
build-global/
 | 
						|
install/
 | 
						|
*.vcxproj
 | 
						|
*.vcxproj.filters
 | 
						|
*qmlcache.qrc
 | 
						|
.deploy.stamp
 | 
						|
*.orig
 | 
						|
*.log
 | 
						|
*.pid
 | 
						|
 | 
						|
# tests
 | 
						|
Testing/
 | 
						|
 | 
						|
# auto-gen files
 | 
						|
src/app/resources.qrc
 | 
						|
src/app/qml.qrc
 | 
						|
src/app/constant/JamiResources.qml
 | 
						|
 | 
						|
# macOS
 | 
						|
.DS_Store
 | 
						|
 | 
						|
# packaging
 | 
						|
.tarball-version
 | 
						|
tarballs.manifest
 | 
						|
jami-*.tar.gz
 | 
						|
extras/packaging/gnu-linux/packages/
 | 
						|
.docker-image-*
 |