1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-29 19:22:33 +02:00

remove unwanted files from build app

This commit is contained in:
Kushagra Gour
2018-01-13 14:41:52 +05:30
parent 049c0c6368
commit e3086fefe1
4 changed files with 0 additions and 30 deletions

View File

@ -1,8 +0,0 @@
*.txt text
*.js text
*.html text
*.md text
*.json text
*.yml text
*.css text
*.svg text

View File

@ -1,8 +0,0 @@
/node_modules
/npm-debug.log
/test*.html
.tern-*
*~
*.swp
.idea
*.iml

View File

@ -1,10 +0,0 @@
/node_modules
/demo
/doc
/test
/test*.html
/index.html
/mode/*/*test.js
/mode/*/*.html
/mode/index.html
.*

View File

@ -1,4 +0,0 @@
language: node_js
node_js:
- stable
sudo: false