-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (43 loc) · 1.27 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
/build/
/dist/
/target/
/src/main/webapp/WEB-INF/glassfish-resources.xml
glassfish-resources.xml
src/main/resources/rest/app.gif
src/main/resources/rest/cc.gif
src/main/resources/rest/cg.gif
src/main/resources/rest/collapse.gif
src/main/resources/rest/css_master-all.css
src/main/resources/rest/expand.gif
src/main/resources/rest/item.gif
src/main/resources/rest/og.gif
src/main/resources/rest/test-resbeans.css
src/main/resources/rest/test-resbeans.js
src/main/resources/rest/test-services.html
src/main/resources/rest/images/background_border_bottom.gif
src/main/resources/rest/images/bg_gradient.gif
src/main/resources/rest/images/level1_selected-1lvl.jpg
src/main/resources/rest/images/masthead.png
src/main/resources/rest/images/pbdis.png
src/main/resources/rest/images/pbena.png
src/main/resources/rest/images/pbmou.png
src/main/resources/rest/images/pbsel.png
src/main/resources/rest/images/pname.png
src/main/resources/rest/images/primary-enabled.gif
src/main/resources/rest/images/primary-roll.gif
src/main/resources/rest/images/secondary-enabled.gif
src/main/resources/rest/images/tbsel.png
src/main/resources/rest/images/tbuns.png
# NodeJS files
node_modules
package-lock.json
# Mac Specific frile
.DS_Store
#settings files
.settings
.project
.classpath
.vscode
.idea
.metadata
.vscode