ignore built, remove travis.yml

This commit is contained in:
tamaina 2023-12-30 06:59:59 +00:00
parent c45b3a1c63
commit 3ecb30aefc
2 changed files with 1 additions and 14 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/node_modules
/built
npm-debug.log

View File

@ -1,14 +0,0 @@
# travis file
# https://docs.travis-ci.com/user/customizing-the-build
language: node_js
node_js:
- 7.5.0
before_script:
- npm run build
cache:
directories:
- node_modules