Skip to content

Commit 404e7ce

Browse files
build: add dockerignore
1 parent f9aa0de commit 404e7ce

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.dockerignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Ignore everything
2+
*
3+
4+
# Allow files and directories
5+
!.babelrc
6+
!.env
7+
!.husky
8+
!.storybook
9+
!example
10+
!package-lock.json
11+
!package.json
12+
!src
13+
!tsconfig.json
14+
15+
# Ignore unnecessary files inside allowed directories
16+
**/*~
17+
**/*.log
18+
**/.DS_Store
19+
**/Thumbs.db

0 commit comments

Comments
 (0)