add readme && update for stable
This commit is contained in:
+10
-6
@@ -1,16 +1,20 @@
|
||||
# Ignore everything
|
||||
*
|
||||
!.gitignore
|
||||
|
||||
# Except these files
|
||||
!.gitignore
|
||||
!docker-compose.yaml
|
||||
!requirements.txt
|
||||
!readme.md
|
||||
|
||||
# Except these directories and their contents
|
||||
!/app
|
||||
!app/*
|
||||
|
||||
!/app/*
|
||||
!/app/plugin
|
||||
!app/plugin/*
|
||||
!/app/plugin/*
|
||||
|
||||
# Ignore specific files and directories
|
||||
app/bot.py
|
||||
|
||||
__pycache__/
|
||||
.env
|
||||
.env
|
||||
.venv
|
||||
Reference in New Issue
Block a user