13 lines
191 B
Text
13 lines
191 B
Text
|
# Ignore all files
|
||
|
*
|
||
|
|
||
|
# Don't ignore nugetconfig
|
||
|
!./NuGet.Config
|
||
|
|
||
|
# Don't ignore src projects
|
||
|
!src/**
|
||
|
!docker-entrypoint.sh
|
||
|
|
||
|
# ignore bin and obj folders in projects
|
||
|
src/**/bin/*
|
||
|
src/**/obj/*
|