Skip to content

Commit

Permalink
Ignore .python-version, we need python 2.7 for node-gyp which sometim…
Browse files Browse the repository at this point in the history
…es requires setting a local python version.
  • Loading branch information
sorccu committed Aug 9, 2017
1 parent 0d4055b commit df45b70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
*.mo
.DS_Store
.eslintcache
.idea/
.python-version
/*.tgz
/.env
/node_modules/
Expand All @@ -10,4 +12,3 @@
/rethinkdb_data/
/temp/
/tmp/
.eslintcache
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
/.jscsrc
/.npmignore
/.npmrc
/.python-version
/.travis.yml
/docker
/Dockerfile
/bower.json
/component.json
/docker
/gulpfile.js
/npm-debug.log
/res/bower_components/
Expand Down

0 comments on commit df45b70

Please sign in to comment.