-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
41 lines (33 loc) · 888 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# macOS
.DS_Store
# ruby
.bundle/
vendor/bundle
# jekyll
_drafts
.jekyll-cache
.jekyll-metadata
.sass-cache
_site/
# ignore all extra node_modules dependency files
# only keep necessary source (not entire project repos)
# -----------------------------------------------------
# bootstrap
node_modules/bootstrap/*
# bootstrap js
!node_modules/bootstrap/dist/
node_modules/bootstrap/dist/*
!node_modules/bootstrap/dist/js
node_modules/bootstrap/dist/js/*
!node_modules/bootstrap/dist/js/bootstrap.bundle.min.js
!node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map
# bootstrap scss
!node_modules/bootstrap/scss
# popper (via bootstrap)
node_modules/@popperjs/
# bootstrap icons
node_modules/bootstrap-icons/*
!node_modules/bootstrap-icons/font
node_modules/bootstrap-icons/font/*
!node_modules/bootstrap-icons/font/bootstrap-icons.css
!node_modules/bootstrap-icons/font/fonts