mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 15:53:28 +02:00
Ignore .python-version, we need python 2.7 for node-gyp which sometimes requires setting a local python version.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,8 @@
|
||||
*.mo
|
||||
.DS_Store
|
||||
.eslintcache
|
||||
.idea/
|
||||
.python-version
|
||||
/*.tgz
|
||||
/.env
|
||||
/node_modules/
|
||||
@@ -10,4 +12,3 @@
|
||||
/rethinkdb_data/
|
||||
/temp/
|
||||
/tmp/
|
||||
.eslintcache
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user