-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
62 lines (48 loc) · 850 Bytes
/
.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
*.log
.DS_Store
.bundle
.env
.env.local
.envrc
.idea
.vscode
config/master.key
db/*.sqlite3
node_modules
public/assets
app/assets/builds/*
!app/assets/builds/.keep
public/*.js
public/*.js.map
log/*
!log/.keep
tmp/*
!tmp/.keep
tmp/pids/*
!tmp/pids/
!tmp/pids/.keep
cypress/screenshots
cypress/videos
config/settings.local.yml
config/settings/*.local.yml
config/environments/*.local.yml
coverage
/test-results/
/playwright-report/
/playwright/.cache/
docs/.asciidoctor
docs/diagrams/images
.terraform
*.tfstate
*.tfstate.backup
/config/credentials/*.key
!/config/credentials/development.key
!/config/credentials/test.key
# used by RSpec
spec/examples.txt
# Local scratch workspace
scratchpad
# Artillery temporarily bundles TypeScript files in this directory
tests/dist
# This file is autogenerated by the deploy GitHub Action
public/sha