Kafka interface page component creation
[dcaegen2/services.git] / components / datalake-handler / admin / src / .gitignore
1 # See http://help.github.com/ignore-files/ for more about ignoring files.
2
3 # compiled output
4 /dist
5 /tmp
6 /out-tsc
7 # Only exists if Bazel was run
8 /bazel-out
9
10 # profiling files
11 chrome-profiler-events.json
12 speed-measure-plugin.json
13
14 # IDEs and editors
15 /.idea
16 .project
17 .classpath
18 .c9/
19 *.launch
20 .settings/
21 *.sublime-workspace
22
23 # IDE - VSCode
24 .vscode/*
25 !.vscode/settings.json
26 !.vscode/tasks.json
27 !.vscode/launch.json
28 !.vscode/extensions.json
29 .history/*
30
31 # misc
32 /.sass-cache
33 /connect.lock
34 /coverage
35 /libpeerconnection.log
36 npm-debug.log
37 yarn-error.log
38 testem.log
39 /typings
40
41 # Node Modules
42 node_modules
43
44 # System Files
45 .DS_Store
46 Thumbs.db
47
48 # CSS vendor
49 src/assets/vendor
50
51 # Proxy config
52 proxy.conf.json