aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: b08266c4f150c46d0a672f5aaf0b3c145a10de4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Ignore Everything
*

# Include required files
!public/
!src/
!.swcrc
!package.json
!tsconfig.json
!webpack.config.js
!yarn.lock