mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			464 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			464 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Ignore all files
 | 
						|
*
 | 
						|
 | 
						|
# Don't ignore nugetconfig
 | 
						|
!./NuGet.Config
 | 
						|
# Don't ignore src projects
 | 
						|
!src/Nadeko.Econ/**
 | 
						|
!src/Nadeko.Common/**
 | 
						|
# Use Nadeko.Medusa project
 | 
						|
!src/Nadeko.Medusa/**
 | 
						|
# Use NadekoBot project
 | 
						|
!src/NadekoBot/**
 | 
						|
# Use NadekoBot.Coordinator project
 | 
						|
!src/NadekoBot.Coordinator/**
 | 
						|
# Use Generators project
 | 
						|
!src/NadekoBot.Generators/**
 | 
						|
# Use Ayu stuff
 | 
						|
!src/ayu/**
 | 
						|
!docker-entrypoint.sh
 | 
						|
 | 
						|
# ignore bin and obj folders in projects
 | 
						|
src/**/bin/*
 | 
						|
src/**/obj/* |