Files
nadekobot/.dockerignore

15 lines
279 B
Plaintext

# Ignore all files
*
# Use NadekoBot project
!src/NadekoBot/**
# Use NadekoBot.Coordinator project
!src/NadekoBot.Coordinator/**
# Use Generators project
!src/NadekoBot.Generators/**
# Use Ayu stuff
!src/ayu/**
# ignore bin and obj folders in projects
src/**/bin/*
src/**/obj/*