mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(docker) ignore: remove client files (#107)
This commit is contained in:
parent
b772c6351c
commit
fa58e1f79b
1 changed files with 22 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
|||
.gitignore
|
||||
22
.dockerignore
Normal file
22
.dockerignore
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
node_modules
|
||||
npm-debug.log*
|
||||
coverage
|
||||
|
||||
modules/jquery/dist
|
||||
modules/jquery/external
|
||||
modules/jquery/src
|
||||
|
||||
!modules/jquery/dist/jquery.min.js
|
||||
|
||||
modules/fancybox/lib/
|
||||
modules/fancybox/demo
|
||||
modules/fancybox/sprite.psd
|
||||
|
||||
client
|
||||
legacy
|
||||
server_
|
||||
|
||||
.nyc_output
|
||||
|
||||
*.swp
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue