Skip to content

Commit

Permalink
Add cypress artifacts directory (videos/screenshots) to gitignore and…
Browse files Browse the repository at this point in the history
… sort items in gitignore (apache#5900)

* Add cypress artifacts to gitignore and sort items in gitignore

* update sort
  • Loading branch information
kristw authored and betodealmeida committed Oct 12, 2018
1 parent ba74e90 commit b111b5a
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b111b5a

Please sign in to comment.