forked from psydea/onos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (56 loc) · 1.24 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
*~
*.class
.classpath
.project
.ijwb
.pydevproject
.settings
.javacp*
.checkstyle
target
*.iml
*.pyc
dependency-reduced-pom.xml
.idea
*.DS_Store
.buckd
buck-out
.buckconfig.local
.buckjavaargs*
bucklets/plugins/
.watchmanconfig
.vscode
*.fxs
/bin/
lib/yang
/tools/gui/bin
/tools/gui/node_modules
/tools/gui/false
web/gui/src/main/webapp/tests/node_modules
web/gui/src/test/_karma/node_modules
web/gui/src/main/webapp/node_modules/
web/gui/src/main/webapp/tests/coverage
web/gui/src/main/webapp/dist/
web/gui/src/main/webapp/vendor/
npm-debug.log
sonar-project.properties
out/
bazel-*
web/gui2/node_modules/
web/gui2/documentation/
web/gui2/dist/
web/gui2/.pki/
web/gui2/.cache/
web/gui2/.npm/
web/gui2/src/main/webapp/**/*.js
!web/gui2/src/main/webapp/rxjs_shims.js
!web/gui2/src/main/webapp/rollup.config.js
!web/gui2/src/main/webapp/karma.conf.js
web/gui2/e2e/**/*.js
web/gui2-fw-lib/**/*.js
web/gui2-topo-lib/**/*.js
apps/faultmanagement/fm-gui2-lib/**/*.js
apps/roadm/web/roadm-gui/**/*.js
apps/yang-gui/yang-gui2-lib/**/*.js
tools/package/archetypes/ui2/src/main/resources/archetype-resources/web/__artifactId__-gui/dist/
tools/package/archetypes/ui2/src/main/resources/archetype-resources/web/__artifactId__-gui/projects/__artifactId__-gui-lib/src/**/*.js