diff --git a/.DS_Store b/.DS_Store index bd871e3..571b0fa 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 5fe1359..1591fdb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ www/*.html -www/styles/style.css \ No newline at end of file +www/styles/style.css +docker-compose.yml \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 9cca72a..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,7 +0,0 @@ -services: - app: - container_name: piekarnikgosipl - build: . - ports: - - "8000:8000" - restart: always \ No newline at end of file diff --git a/resources/.DS_Store b/resources/.DS_Store new file mode 100644 index 0000000..998d880 Binary files /dev/null and b/resources/.DS_Store differ diff --git a/resources/scraped/.DS_Store b/resources/scraped/.DS_Store index 29f9284..fc861bb 100644 Binary files a/resources/scraped/.DS_Store and b/resources/scraped/.DS_Store differ diff --git a/www/.DS_Store b/www/.DS_Store new file mode 100644 index 0000000..60f28d0 Binary files /dev/null and b/www/.DS_Store differ