Skip to content

Commit 5e611be

Browse files
committed
Update of gitignore & addition of dockerignore
Updated gitignore file and added a dockerignore
1 parent 843b047 commit 5e611be

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.dockerignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
*/node_modules/
2+
*/build/
3+
*/.git/
4+
*/.circleci/
5+
6+
.gitignore
7+
Dockerfile
8+
.editorconfig
9+
tslint.json
10+
tsconfig.json
11+
renovate.json
12+
README.md
13+
prettier.config.js
14+
LICENCSE
15+
jscpd.json

0 commit comments

Comments
 (0)