-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.gitignore
43 lines (34 loc) · 922 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
42
43
.DS_Store
# ruby
.bundle/
vendor/bundle
# jekyll
.jekyll-cache
.jekyll-metadata
.sass-cache
_site/
# swift playgrounds
xcuserdata/
*.xcworkspace/xcshareddata
# 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.min.js
!node_modules/bootstrap/dist/js/bootstrap.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.min.css
!node_modules/bootstrap-icons/font/fonts