-
Notifications
You must be signed in to change notification settings - Fork 258
/
.gitignore
95 lines (93 loc) · 1.76 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
*.iml
*.class
# Package Files #
*.war
*.ear
*.iml
.classpath
.idea
.project
.settings/*
# Ignore package-lock.json
package-lock.json
# Ignore package.json
package.json
omods/*/api/.classpath
omods/*/api/.project
omods/*/api/.settings/*
omods/*/api/target/*
omods/*/omod/.classpath
omods/*/omod/.project
omods/*/omod/.settings/*
omods/*/omod/target/*
/.settings
.DS_Store
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
ui/dist
ui/tmp
ui/out-tsc
# Only exists if Bazel was run
ui/bazel-out
# dependencies
ui/node_modules
node_modules/canvas/build/Release/librsvg-2
# profiling files
ui/chrome-profiler-events*.json
ui/speed-measure-plugin*.json
# IDEs and editors
ui/.idea
ui/.project
ui/.classpath
ui/.c9/
*.launch
ui/.settings/
ui/.angular
*.sublime-workspace
# IDE - VSCode
ui/.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# misc
ui/.sass-cache
ui/connect.lock
ui/coverage
ui/libpeerconnection.log
ui/npm-debug.log
ui/yarn-error.log
ui/testem.log
ui/typings
# System Files
.DS_Store
ui/Thumbs.db
ui/proxy-config.json
ui/cypress/videos/*
ui/cypress/screenshots/*
ui/cypress/reports/*
*/backup/
docker-compose.yml
# Messaging support
messaging/functions/node_modules/
messaging/firestore-debug.log
messaging/firebase-debug.log
messaging/database-debug.log
messaging/ui-debug.log
# Generated files
docs/.docusaurus
docs/.cache-loader
# Misc
docs/.DS_Store
docs/.env.local
docs/.env.development.local
docs/.env.test.local
docs/.env.production.local
docs/npm-debug.log*
docs/yarn-debug.log*
docs/yarn-error.log*
<<<<<<< HEAD
node_modules/canvas/build/Release/librsvg-2.so.2
=======
>>>>>>> develop