summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 52a387dedf2f176740beb2c30620f653314df0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.idea
.bundle
*app.min.js
*.log
*.DS_Store
*.egg-info
web-ui/node_modules
web-ui/app/bower_components
web-ui/target
.tmp
.sass-cache/
dist/
*archive.zip
*.swp
*.swo
web-ui/app/js/generated
web-ui/app/css
test-results.xml
control_tower.html
state.yml
.server.pid
*archive.zip
artifacts/
public/
.DS_Store
screenshot*
*.pyc
env/
.vagrant/
__pycache__/
.virtualenv
# custom config file that can be used with the useragent
/config
credentials.ini
pixelated.cfg
service/_trial_temp/
_trial_temp
web-ui/coverage
.nyc_output
web-ui/npm-debug.log.*