pleshevski.ru/.dockerignore

17 lines
145 B
Text
Raw Normal View History

2022-03-22 10:15:23 +03:00
/*
# makefile
!/makefile
# config
!/.eslintrc.yml
!/tsconfig.json
# node modules
!/package.json
!/package-lock.json
# sources
!/src
!/static