forked from structurizr/onpremises
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
37 lines (33 loc) · 1.3 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
.structurizr
docs/structurizr.properties
docs/workspace.json
.gradle/*
build/*
.idea/*
src/main/webapp/static/js/*
src/main/webapp/static/bootstrap-icons/*
src/main/webapp/static/css/*
src/main/webapp/static/html/*
src/main/webapp/static/img/*
src/main/webapp/WEB-INF/fragments/progress-message.jspf
src/main/webapp/WEB-INF/fragments/quick-navigation.jspf
src/main/webapp/WEB-INF/fragments/tooltip.jspf
src/main/webapp/WEB-INF/fragments/diagrams/*
!src/main/webapp/WEB-INF/fragments/diagrams/publish.jspf
src/main/webapp/WEB-INF/fragments/decisions/*
src/main/webapp/WEB-INF/fragments/dsl/*
src/main/webapp/WEB-INF/fragments/workspace/load-via-inline.jspf
src/main/webapp/WEB-INF/fragments/workspace/load-via-api.jspf
src/main/webapp/WEB-INF/fragments/workspace/javascript.jspf
src/main/webapp/WEB-INF/fragments/workspace/client-side-encryption-passphrase-modal.jspf
src/main/webapp/WEB-INF/views/404.jsp
src/main/webapp/WEB-INF/views/500.jsp
src/main/webapp/WEB-INF/views/error.jsp
src/main/webapp/WEB-INF/views/diagrams.jsp
src/main/webapp/WEB-INF/views/decisions.jsp
src/main/webapp/WEB-INF/views/documentation.jsp
src/main/webapp/WEB-INF/views/explore.jsp
src/main/webapp/WEB-INF/views/graph.jsp
src/main/webapp/WEB-INF/views/tree.jsp
src/main/webapp/WEB-INF/views/review-create.jsp
src/main/webapp/WEB-INF/views/review.jsp