Skip to content
Snippets Groups Projects
Commit 2feabc9e authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

ignore node_modules in deploy

parent 1d766d78
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/mod rsync -r -v --exclude=".*" --exclude='node/node_modules/' ~/Research/WebApps/DMDesign ~/Projects/dma/Web/mod
cd ~/Projects/dma cd ~/Projects/dma
hg addremove . hg addremove .
......
#!/bin/sh #!/bin/sh
rsync -r -v --exclude=".*" ~/Research/WebApps/DMDesign ~/Projects/dma/Web/ rsync -r -v --exclude=".*" --exclude='node/node_modules/' ~/Research/WebApps/DMDesign ~/Projects/dma/Web/
cd ~/Projects/dma cd ~/Projects/dma
hg addremove . hg addremove .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment