Browse Source

add .dockerignore

```diff
diff .gitignore .dockerignore
10,13d9
< credentials.h
< node_modules
< code/utils
< custom.h
´´´
pull/1754/head
copyrights 5 years ago
parent
commit
9c111607a3
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      .dockerignore

+ 13
- 0
.dockerignore View File

@ -0,0 +1,13 @@
*.s#?
*.b#?
.modgit
firmware*
*.gch
.pio*
.clang_complete
.gcc-flags.json
.sconsign.dblite
.python
.env
.DS_Store
.vscode

Loading…
Cancel
Save