Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Sep 3, 2018
1 parent e4ac6b7 commit e810a17
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
19 changes: 14 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.DS_Store
.idea
condenser.iml
# settings/config
.env
setenv.sh

# build
coverage
node_modules
*.log
Expand All @@ -9,5 +11,12 @@ vendor/*
tmp/*
.vagrant
lib
.env
setenv.sh

# project/ide
.idea
condenser.iml


# Ignore Mac DS_Store files
.DS_Store
**/.DS_Store
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/steemit/smoke.io.git"
},
"version": "1.0.0",
"version": "0.1.0",
"description": "smoke.io is the koa web server & middleware and react.js in-browser code for the world's first blockchain content + social media monetization platform!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -183,7 +183,7 @@
"fsevents": "*"
},
"engines": {
"node": ">=7.0.0",
"node": ">=8.0.0",
"npm": ">=5.4.2"
}
}

0 comments on commit e810a17

Please sign in to comment.