mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Docker setup optimizations/tweaks
This commit is contained in:
parent
302c32372e
commit
536610a46f
3 changed files with 46 additions and 40 deletions
|
|
@ -1,18 +1,11 @@
|
|||
/.git/
|
||||
/.github/
|
||||
/.idea/
|
||||
/docs/
|
||||
/logs/
|
||||
/scripts/
|
||||
# Start by excluding everything
|
||||
*
|
||||
|
||||
bin/
|
||||
obj/
|
||||
# Include project code and build files
|
||||
!PluralKit.*/
|
||||
!PluralKit.sln
|
||||
!nuget.config
|
||||
|
||||
*.conf
|
||||
*.md
|
||||
*.sql
|
||||
*.gz
|
||||
*.tar
|
||||
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
# Re-exclude host build artifact directories
|
||||
**/bin
|
||||
**/obj
|
||||
Loading…
Add table
Add a link
Reference in a new issue