atst/.gitignore
dandds 7949c64b9b Initial set up for Ghost Inspector integration tests.
Adds a CircleCI integration for Ghost Inspector
(https://ghostinspector.com), a headless browser testing SaaS. The
README is updated with details about how to run GI locally.

Removes the bootstrap setup for Selenium testing with BrowserStack.
2019-10-14 16:32:38 -04:00

70 lines
890 B
Plaintext

# Node modules get installed here
node_modules/
# sass and webassets output artifacts
scss/assets
scss/variables.scss
scss/variables.scss.map
.sass-cache/
.webassets-cache
# Python virtual env
.venv/
.pytest_cache/
__pycache__
# Compiled python bytecode files
*.pyc
.cache/
# static/fonts for now, since it is just symlink
static/fonts
# font files originate from a node module
static/fonts/*
static/assets
static/assets/*
# buildinfo files
static/buildinfo.*
# local log files
log/*
config/dev.ini
# CRLs
/crl
/crls
/crl-tmp
*.bk
# test CA config
ssl/client-certs/*.srl
# uploads
/uploads
# python coverage output
.coverage
# je coverage output
coverage
# BrowserStack
browserstacklocal
# decompiled CircleCI yaml
local-ci.yml
# python config
.python-version
# configuration files
override.ini
atst-overrides.ini
# binary file created by celery beat
celerybeat-schedule