-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
26 lines (26 loc) · 918 Bytes
/
.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
build
_build
.vscode
.DS_Store
test
node_modules
__pycache__
.eslintrc
package.json
package-lock.json
!source/_exts/armor-doc-images/package.json
!source/_exts/armor-doc-images/package-lock.json
!source/_themes/armor_doc_theme_v3/package.json
!source/_themes/armor_doc_theme_v3/package-lock.json
!source/_themes/armor_doc_theme_v3/src/js-source/libs/bootstrap/package.json
source/_themes/armor_doc_theme/static/css/dist/*.min.css
source/_themes/armor_doc_theme/static/js/dist/*.min.js
source/_themes/armor_doc_theme_v3/src/css/*.css
source/_themes/armor_doc_theme_v3/src/css/*.css.map
source/_themes/armor_doc_theme_v3/src/js/*.js
source/_themes/armor_doc_theme_v3/src/js/*.js.map
source/_themes/armor_doc_theme_v3/static/css/min/*.css.map
source/_themes/armor_doc_theme_v3/static/js/min/*.js.map
source/_themes/armor_doc_theme_v3/static/js/min/redirects.min.js
source/_static/css/*.min.css
source/_static/js/*.min.js