tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 1 | *~ |
2 | *.class | ||||
3 | .classpath | ||||
4 | .project | ||||
Carmelo Cascone | eb919ab | 2018-08-27 11:38:02 -0700 | [diff] [blame] | 5 | .ijwb |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 6 | .pydevproject |
7 | .settings | ||||
8 | .javacp* | ||||
tom | b8ec5e1 | 2014-09-19 13:07:53 -0700 | [diff] [blame] | 9 | .checkstyle |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 10 | target |
11 | *.iml | ||||
Jonathan Hart | 0e99ad9 | 2014-11-11 17:45:41 -0800 | [diff] [blame] | 12 | *.pyc |
tom | e33cc1a | 2014-08-25 21:59:41 -0700 | [diff] [blame] | 13 | dependency-reduced-pom.xml |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 14 | .idea |
Brian O'Connor | 0ab1503 | 2015-02-14 02:39:30 -0800 | [diff] [blame] | 15 | *.DS_Store |
Ray Milkey | ac21621 | 2018-10-24 13:59:34 -0700 | [diff] [blame] | 16 | .buckd |
17 | buck-out | ||||
18 | .buckconfig.local | ||||
19 | .buckjavaargs* | ||||
20 | bucklets/plugins/ | ||||
Yuta HIGUCHI | 4934299 | 2016-08-04 13:35:07 -0700 | [diff] [blame] | 21 | .watchmanconfig |
Yuta HIGUCHI | 1b151c6 | 2017-08-16 23:27:52 -0700 | [diff] [blame] | 22 | .vscode |
Yuta HIGUCHI | 9285d97 | 2017-10-16 16:15:00 -0700 | [diff] [blame] | 23 | *.fxs |
Sho SHIMIZU | 301dc8e | 2015-02-02 09:08:13 -0800 | [diff] [blame] | 24 | |
Ray Milkey | ac21621 | 2018-10-24 13:59:34 -0700 | [diff] [blame] | 25 | /bin/ |
Thomas Vachuska | 692dcb0 | 2017-03-15 09:13:50 -0700 | [diff] [blame] | 26 | lib/yang |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 27 | /tools/gui/bin |
28 | /tools/gui/node_modules | ||||
Sean Condon | 0a884ad | 2019-10-28 17:57:21 +0000 | [diff] [blame] | 29 | /tools/gui/false |
Matteo Scandolo | 812aa5a | 2016-04-19 18:12:45 -0700 | [diff] [blame] | 30 | |
31 | web/gui/src/main/webapp/tests/node_modules | ||||
Steven Burrows | 57e24e9 | 2016-08-04 18:38:24 +0100 | [diff] [blame] | 32 | web/gui/src/test/_karma/node_modules |
Matteo Scandolo | cf06077 | 2016-05-13 15:54:44 -0700 | [diff] [blame] | 33 | web/gui/src/main/webapp/node_modules/ |
Steven Burrows | db3be6f | 2017-07-11 22:44:31 +0100 | [diff] [blame] | 34 | web/gui/src/main/webapp/tests/coverage |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 35 | web/gui/src/main/webapp/dist/ |
Steven Burrows | 9145867 | 2017-08-16 11:53:38 +0100 | [diff] [blame] | 36 | web/gui/src/main/webapp/vendor/ |
Steven Burrows | 57e24e9 | 2016-08-04 18:38:24 +0100 | [diff] [blame] | 37 | |
Matteo Scandolo | cf06077 | 2016-05-13 15:54:44 -0700 | [diff] [blame] | 38 | npm-debug.log |
Brian O'Connor | 8c7b128 | 2016-11-06 06:15:12 -0800 | [diff] [blame] | 39 | sonar-project.properties |
Yuta HIGUCHI | 693b8ee | 2017-05-15 13:25:28 -0700 | [diff] [blame] | 40 | |
41 | out/ | ||||
Ray Milkey | c0455bf | 2017-10-17 15:17:23 -0700 | [diff] [blame] | 42 | |
43 | bazel-* | ||||
Sean Condon | a3ad779 | 2020-01-04 19:26:34 +0000 | [diff] [blame] | 44 | |
45 | web/gui2/node_modules/ | ||||
46 | web/gui2/documentation/ | ||||
47 | web/gui2/dist/ | ||||
48 | web/gui2/.pki/ | ||||
49 | web/gui2/.cache/ | ||||
50 | web/gui2/.npm/ | ||||
51 | web/gui2/src/main/webapp/**/*.js | ||||
52 | !web/gui2/src/main/webapp/rxjs_shims.js | ||||
53 | !web/gui2/src/main/webapp/rollup.config.js | ||||
54 | web/gui2/e2e/**/*.js | ||||
55 | web/gui2-fw-lib/**/*.js | ||||
56 | web/gui2-topo-lib/**/*.js | ||||
57 | apps/faultmanagement/fm-gui2-lib/**/*.js | ||||
58 | apps/roadm/web/roadm-gui/**/*.js | ||||
59 | tools/package/archetypes/ui2/src/main/resources/archetype-resources/web/__artifactId__-gui/dist/ | ||||
60 | tools/package/archetypes/ui2/src/main/resources/archetype-resources/web/__artifactId__-gui/projects/__artifactId__-gui-lib/src/**/*.js |