Removed old PHP code, migrated to Python and Flask
Update .dockerignore, .env, and 503 more files...
This commit is contained in:
13
.dockerignore
Normal file
13
.dockerignore
Normal file
@@ -0,0 +1,13 @@
|
||||
# IDEs
|
||||
.vs/
|
||||
.idea/
|
||||
|
||||
# Build artifacts
|
||||
__pycache__/
|
||||
|
||||
# Development utilities
|
||||
scripts/
|
||||
|
||||
# Docker
|
||||
docker-compose.yml
|
||||
Dockerfile
|
Reference in New Issue
Block a user