website/.dockerignore

14 lines
133 B
Plaintext
Raw Normal View History

2021-01-11 16:05:23 +01:00
#git
.git/
.gitignore
2021-01-11 16:04:38 +01:00
#config file
public/internal/config.php
#phpstorm
2021-01-11 14:26:30 +01:00
.idea/
2021-01-11 16:04:38 +01:00
2021-01-11 20:13:12 +01:00
# css, scss, js
public/css/
2021-01-11 20:13:12 +01:00
.sass-cache/
public/js/