-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
93 lines (76 loc) · 1.48 KB
/
.gitignore
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
# Ignore bundler config
/.bundle
# Ignore the build directory
/.build
# Ignore cache
/.sass-cache
/.cache
/babel_cache
# Ignore .DS_store file
.DS_Store
# Ignore gulp/webpack assets
/.tmp
# Ignore node packages
node_modules/
test.sh
apitest.js
reports
.idea/
*.env
!*.sample.env
!tests.env
npm*.log
yarn-error.log
yarn.lock
stats.json
.vscode/launch.json
.vscode/settings.json
.envrc
.nvmrc
# Tests
.nyc_output
coverage
cypress-coverage
test-results.xml
selenium-debug.log
selenium-server.log
test/acceptance/screenshots/
cucumber
seleniumLogs
test/functional/cypress/screenshots
cypress/**
visual-screenshots/comparison
visual-screenshots/diff
visual-report
cypress-visual-report
cypress-visual-screenshots/comparison
cypress-visual-screenshots/diff
cypress-image-diff-html-report
cypress-image-diff-screenshots/comparison
cypress-image-diff-screenshots/diff
# IDE configurations
.vscode/
# Redis
dump.rdb
# Generated trello number file
scripts/trello-numbers.txt
scripts/trello-story-description.txt
# BrowserStack local log
local.log
# VScode history plugin
/.history
# Yarn version policy
.yarnrc
.yarn/
# Yalc packages
.yalc
yalc.lock
# Ignore bin scripts
.bin
# Ignore gh pages for Storybook
storybook-static/