Files
nadekobot/.dockerignore
Kwoth b84f40def6 - Initial work on Dockerfile
- Updated README.md with more information
- Added some todos
2021-09-06 21:34:52 +02:00

13 lines
225 B
Plaintext

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