You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2018/09/14 22:38:20 UTC

[incubator-superset] branch master updated: Add cypress artifacts directory (videos/screenshots) to gitignore and sort items in gitignore (#5900)

This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new b68766d  Add cypress artifacts directory (videos/screenshots) to gitignore and sort items in gitignore (#5900)
b68766d is described below

commit b68766d37392a501b16746235ded89c9d4bdc585
Author: Krist Wongsuphasawat <kr...@gmail.com>
AuthorDate: Fri Sep 14 15:38:14 2018 -0700

    Add cypress artifacts directory (videos/screenshots) to gitignore and sort items in gitignore (#5900)
    
    * Add cypress artifacts to gitignore and sort items in gitignore
    
    * update sort
---
 .gitignore | 45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

diff --git a/.gitignore b/.gitignore
index 66bdf28..84100aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,42 +1,43 @@
+*.bak
+*.db
 *.pyc
+*.sqllite
 *.swp
-yarn-error.log
-_modules
-superset/assets/coverage/*
-changelog.sh
-.DS_Store
 .coverage
+.DS_Store
+.eggs
+.idea
+.python-version
+.tox
+.vscode
 _build
-_static
 _images
 _modules
-superset/bin/supersetc
+_static
+build
+app.db
+changelog.sh
+dist
+dump.rdb
+env
 env_py3
 envpy3
-.eggs
-build
-*.db
-tmp
-superset_config.py
 local_config.py
-env
-dist
+superset_config.py
 superset.egg-info/
-app.db
-*.bak
-.idea
-*.sqllite
-.vscode
-.python-version
-.tox
-dump.rdb
+superset/bin/supersetc
+tmp
 
 # Node.js, webpack artifacts
 *.entry.js
 *.js.map
 node_modules
 npm-debug.log*
+superset/assets/coverage/*
+superset/assets/cypress/screenshots
+superset/assets/cypress/videos
 superset/assets/version_info.json
+yarn-error.log
 
 # IntelliJ
 *.iml