-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
72 lines (60 loc) · 1.21 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
/_build
/cover
/**/cover
*.coverdata
/deps
erl_crash.dump
*.ez
.DS_Store
.ruby-version
.vscode
.elixir_ls
.env
# Elastic Beanstalk Files
.elasticbeanstalk/*
/dotcom-build.zip
ts-build
stats.json
npm-debug.log
doc/
coverage
/rel/app.js
cover/
.iex.exs
# App artifacts
/_build
/cover
/db
/deps
/*.ez
/lib/css-styleguide-compiler-brunch/assets/node_modules
# Generate on crash by the VM
erl_crash.dump
# Cache files
/assets/.sass-cache/
/assets/namespaced_header_footer/.sass-cache/
# Files for compiled header and footer
/assets/namespaced_header_footer/compiled/
/priv/compiled_header_footer/*/*
# Static artifacts
node_modules
# compiled js file for react renderer server
/**/react_renderer/dist
# Since we are building assets from assets,
# we ignore certain directories in priv/static.
/priv/static/css
/priv/static/js
# The config/prod.secret.exs file by default contains sensitive
# data and you should not commit it into version control.
#
# Alternatively, you may comment the line below and commit the
# secrets file as long as you replace its contents by environment
# variables.
/config/prod.secret.exs
# Benchmark results
/bench/snapshots
# Wallaby screenshots
/screenshots
.VSCodeCounter
playwright-report
test-results