mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
15 lines
279 B
Plaintext
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/* |