-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (67 loc) · 1.44 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
backend/.secrets.yaml
.secrets.*
.eslintrc.json
backend/media/images/
datadump.json
env
**/*.pyc
**/__pycache__
db.sqlite3
node_modules
build
package-lock.json
.DS_STORE
node_modules
scripts/flow/*/.flowconfig
*~
*.pyc
.grunt
_SpecRunner.html
__benchmarks__
build/
remote-repo/
coverage/
.module-cache
fixtures/dom/public/react-dom.js
fixtures/dom/public/react.js
test/the-files-to-test.generated.js
*.log*
chrome-user-data
*.sublime-project
*.sublime-workspace
.idea
*.iml
.vscode
*.swp
*.swo
packages/react-devtools-core/dist
packages/react-devtools-extensions/chrome/build
packages/react-devtools-extensions/chrome/*.crx
packages/react-devtools-extensions/chrome/*.pem
packages/react-devtools-extensions/firefox/build
packages/react-devtools-extensions/firefox/*.xpi
packages/react-devtools-extensions/firefox/*.pem
packages/react-devtools-extensions/shared/build
packages/react-devtools-inline/dist
packages/react-devtools-shell/dist
frontend/.env
frontend/src/core/axios.ts
backend/private_key.pem
backend/public_key.pem
backend/claim.json
backend/model_countries.json
backend/model_users.json
backend/model_bots.json
backend/model_users.ñsv
backend/users.json
backend/users_update.json
backend/users_invited.json
backend/sort_users.py
backend/data
backend/prometheus.yml
backend/claim.json
backend/new_users.json
backend/sort_users.pybackend/data
backend/prometheus.yml
backend/media
backend/scripts