-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (46 loc) · 1 KB
/
.gitignore
File metadata and controls
54 lines (46 loc) · 1 KB
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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
.vs
# Layout templates
_layouts/**
!_layouts/default-layout-OLD.html
!_layouts/home-page.html
!_layouts/search-page-OLD.html
# Assets
assets/css/
assets/font-face/
assets/img-icon/
assets/js/**
!assets/js/setLatestVersion.js
!assets/js/urlRewrite.js
assets/scripts/
# Includes
_includes/productNav/
_includes/auto-version-list.html
_includes/head.html
_includes/liquid_autoGenerateHistoryList.html
_includes/liquid_breadcrumb.html
_includes/liquid_generateFullTree.html
_includes/liquid_searchVersionTreeFile.html
_includes/livehelp.html
_includes/main-page-head.html
_includes/page_footer.html
_includes/page_header.html
_includes/productNav_OLD.html
_includes/productNav.html
_includes/search-input.html
_includes/trialLicense.html
# Plugins
_plugins/
# Site resources
_site/
sitemap.xml
Hide_Tree_Page.md
Gemfile.lock
Gemfile
# Local development workspace
.dev/
.bundle/
.jekyll-cache/
.sass-cache/