mirror of
				https://github.com/JezuzLizard/T4SP-Server-Plugin.git
				synced 2025-10-30 17:27:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			150 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			150 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ### Windows
 | |
| 
 | |
| version.hpp
 | |
| 
 | |
| # Windows image file caches
 | |
| Thumbs.db
 | |
| ehthumbs.db
 | |
| 
 | |
| # Folder config file
 | |
| Desktop.ini
 | |
| 
 | |
| # Recycle Bin used on file shares
 | |
| $RECYCLE.BIN/
 | |
| 
 | |
| # Windows Installer files
 | |
| *.cab
 | |
| *.msi
 | |
| *.msm
 | |
| *.msp
 | |
| 
 | |
| # Shortcuts
 | |
| *.lnk
 | |
| 
 | |
| ### OSX
 | |
| 
 | |
| .DS_Store
 | |
| .AppleDouble
 | |
| .LSOverride
 | |
| 
 | |
| # Icon must end with two \r
 | |
| Icon
 | |
| 
 | |
| # Thumbnails
 | |
| ._*
 | |
| 
 | |
| # Files that might appear on external disk
 | |
| .Spotlight-V100
 | |
| .Trashes
 | |
| 
 | |
| # Directories potentially created on remote AFP share
 | |
| .AppleDB
 | |
| .AppleDesktop
 | |
| Network Trash Folder
 | |
| Temporary Items
 | |
| .apdisk
 | |
| 
 | |
| ### Visual Studio
 | |
| 
 | |
| # User-specific files
 | |
| *.suo
 | |
| *.user
 | |
| *.userosscache
 | |
| *.sln.docstates
 | |
| 
 | |
| # User-specific files (MonoDevelop/Xamarin Studio)
 | |
| *.userprefs
 | |
| 
 | |
| # Build results
 | |
| build
 | |
| 
 | |
| # Visual Studio 2015 cache/options directory
 | |
| .vs/
 | |
| 
 | |
| # MSTest test Results
 | |
| [Tt]est[Rr]esult*/
 | |
| [Bb]uild[Ll]og.*
 | |
|  
 | |
| *_i.c
 | |
| *_p.c
 | |
| *_i.h
 | |
| *.ilk
 | |
| *.meta
 | |
| *.obj
 | |
| *.pch
 | |
| *.pdb
 | |
| *.pgc
 | |
| *.pgd
 | |
| *.rsp
 | |
| *.sbr
 | |
| *.tlb
 | |
| *.tli
 | |
| *.tlh
 | |
| *.tmp
 | |
| *.tmp_proj
 | |
| *.log
 | |
| *.vspscc
 | |
| *.vssscc
 | |
| .builds
 | |
| *.pidb
 | |
| *.svclog
 | |
| *.scc
 | |
| 
 | |
| # Visual C++ cache files
 | |
| ipch/
 | |
| *.aps
 | |
| *.ncb
 | |
| *.opendb
 | |
| *.opensdf
 | |
| *.sdf
 | |
| *.cachefile
 | |
| 
 | |
| # Visual Studio profiler
 | |
| *.psess
 | |
| *.vsp
 | |
| *.vspx
 | |
| *.sap
 | |
| 
 | |
| # TFS 2012 Local Workspace
 | |
| $tf/
 | |
| 
 | |
| # Guidance Automation Toolkit
 | |
| *.gpState
 | |
| 
 | |
| # Visual Studio cache files
 | |
| # files ending in .cache can be ignored
 | |
| *.[Cc]ache
 | |
| # but keep track of directories ending in .cache
 | |
| !*.[Cc]ache/
 | |
| 
 | |
| # Others
 | |
| ~$*
 | |
| *~
 | |
| *.dbmdl
 | |
| *.dbproj.schemaview
 | |
| *.pfx
 | |
| *.publishsettings
 | |
| 
 | |
| # Backup & report files from converting an old project file
 | |
| # to a newer Visual Studio version. Backup files are not needed,
 | |
| # because we have git ;-)
 | |
| _UpgradeReport_Files/
 | |
| Backup*/
 | |
| UpgradeLog*.XML
 | |
| UpgradeLog*.htm
 | |
| 
 | |
| # SQL Server files
 | |
| *.mdf
 | |
| *.ldf
 | |
| 
 | |
| ### IDA
 | |
| *.id0
 | |
| *.id1
 | |
| *.id2
 | |
| *.nam
 | |
| *.til
 | |
| 
 | |
| ### Custom user files
 | |
| # User scripts
 | |
| user*.bat
 | |
| *.code-workspace |