-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
52 lines (44 loc) · 800 Bytes
/
.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
.venv
venv
pyvenv.cfg
kafka-3.6.0-src.tgz
kafka-3.6.0-src
archive
# See http://help.github.com/ignore-files/ for more about ignoring files.
# Compiled output
front/dist
front/tmp
front/out-tsc
front/bazel-out
# Node
front/node_modules
front/npm-debug.log
front/yarn-error.log
# IDEs and editors
.idea/
front/.project
front/.classpath
front/.c9/
*.launch
front/.settings/
*.sublime-workspace
# Visual Studio Code
front/.vscode/tasks.json
front/!.vscode/settings.json
front/!.vscode/tasks.json
front/!.vscode/launch.json
front/!.vscode/extensions.json
front/.history/*
# Miscellaneous
front/.angular/cache
front/.sass-cache/
front/connect.lock
front/coverage
front/libpeerconnection.log
front/testem.log
front/typings
# System files
front/.DS_Store
front/Thumbs.db
*/__pycache__
*/*/__pycache__