-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitignore
136 lines (122 loc) · 1.77 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Build Artifacts #
#####################
*.cache
*.com
*.class
*.dll
*.exe
*.g.props
*.g.targets
*.o
*.pyc
*.so
*.user
.eslintcache
.next
.pytest_cache
.sobelow
.vercel
.vs
.yarn-cache
_build
bin/
build/
DesignTimeBuild/
dist
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov/
obj/
# testing artifacts #
.pytest_cache/
coverage
junit.xml
# Autodocs #
############
doc/
docs/
# Archives #
#########################
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.tgz
*.zip
# OS files and directories #
############################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
uploads
@Recycle/
cypress/videos/
# Databases #
#############
*.sqlite
/db
# Logs, Mem Dumps, etc #
########################
*.log
*.dump
*.dmp
logfile
# Flat Files #
##############
*.csv
*.txt
*.xls*
!requirements.txt
# Editor Artifacts #
####################
*.suo
*.swp
*.swo
*.swn
*.swm
*.swl
*.swk
.idea/
*.sublime-*
.vscode/*
# Environment Artifacts #
#########################
front-end/*/lib/
/deps
jspm_packages/
node_modules/
venv/
.ackrc
.env
.env.*
.npm
.terraform
.vimlocal
stats.json
styleguide.sketchplugin
# SonarQube/SonarScanner
.scannerwork
# App artifacts #
#################
/*.ez
# Since we are building assets from web/static,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/
# 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
# Google ads builds a yaml file when it executes
googleads.yaml
# TODO: remove after fb is ready to go
sample_auth_and_fields.json