-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
56 lines (44 loc) · 1.15 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
# Logs
frontend/logs
frontend/*.log
# Runtime data
frontend/pids
frontend/*.pid
frontend/*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
frontend/lib-covw
# Coverage directory used by tools like istanbul
frontend/coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
frontend/.grunt
# node-waf configuration
frontend/.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
frontend/build/Release
frontend/.eslintcache
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
frontend/node_modules
# OSX
frontend/.DS_Store
# App packaged
frontend/release
frontend/src/main.prod.js
frontend/src/main.prod.js.map
frontend/src/renderer.prod.js
frontend/src/renderer.prod.js.map
frontend/src/style.css
frontend/src/style.css.map
frontend/dist
frontend/dll
frontend/main.js
frontend/main.js.map
frontend/.idea
frontend/npm-debug.log.*
frontend/*.css.d.ts
frontend/*.sass.d.ts
frontend/*.scss.d.ts
#pycache
backend/api/__pycache__
backend/ml/twilio.env
backend/api/test_images/