mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 17:16:26 +00:00
Added a new file entry to .gitignore for .uwsgi-reload and modified uwsgi.debug.ini to implement a touch-based worker reload mechanism, replacing the previous py-autoreload setting. This change enhances the management of API worker reloads during development.
25 lines
No EOL
282 B
Text
Executable file
25 lines
No EOL
282 B
Text
Executable file
.DS_Store
|
|
**/__pycache__/
|
|
**/.vscode/
|
|
**/venv
|
|
*.pyc
|
|
node_modules/
|
|
.history/
|
|
staticfiles/
|
|
docker/DockerfileAIO
|
|
docker/Dockerfile DEV
|
|
static/
|
|
data/
|
|
.next
|
|
next-env.d.ts
|
|
media/
|
|
celerybeat-schedule*
|
|
dump.rdb
|
|
debugpy*
|
|
uwsgi.sock
|
|
.uwsgi-reload
|
|
package-lock.json
|
|
models
|
|
.idea
|
|
.vite/
|
|
uv.lock |