diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-02 18:30:45 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-02 18:30:45 +0200 |
| commit | 9edfe0949dba32cc093a65e486888440701a4804 (patch) | |
| tree | 5f6fe64275404164fb775331e4c93f3ae2e2152d | |
| parent | daff7871d306ddd94ee014641ab2a3dfc96618b0 (diff) | |
| download | vinjesvingenhandel.no-9edfe0949dba32cc093a65e486888440701a4804.tar.xz vinjesvingenhandel.no-9edfe0949dba32cc093a65e486888440701a4804.zip | |
fix: Ignore bin and obj on all levels
| -rw-r--r-- | .dockerignore | 4 | ||||
| -rw-r--r-- | src/wwwroot/version.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.dockerignore b/.dockerignore index 17f68b2..dd9f002 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -bin/ -obj/ +**/bin/ +**/obj/ **/src/AppData **/src/wwwroot/assets/images diff --git a/src/wwwroot/version.txt b/src/wwwroot/version.txt index 60c921b..5bd7363 100644 --- a/src/wwwroot/version.txt +++ b/src/wwwroot/version.txt @@ -1 +1 @@ -19e4d37 +daff787 |
