elixir/.dockerignore
Franciszek Stachura ffe8d79c40 Simplify and refactor Dockerfile
* Remove repository indexing from Dockerfile
* Copy Elixir code from the context instead of cloning it from Github
* Move Dockerfile from docker/debian/Dockerfile to docker/Dockerfile
* Add docs for the new Dockerfile
* Add an utility script that allows easier repository configuration
* Add .dockerignore
* Use relative paths in Docker section in README
2024-08-05 14:54:03 +02:00

22 lines
195 B
Text

# Generated files
**/__pycache__
tags
/.cache/
.idea/
env
venv/
.venv/
**/*.py[cod]
**/*.db
**/repo
**/data
.git
.gitignore
.gitattributes
# Editor and other backup files
**/*.swp
**/*~
**/~*