-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (32 loc) · 772 Bytes
/
.gitignore
File metadata and controls
43 lines (32 loc) · 772 Bytes
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
# macOS
.DS_Store
# ruby
.bundle/
vendor/
# jekyll
_drafts
.jekyll-cache
.jekyll-metadata
.sass-cache
_site/
# ignore all extra node_modules from yarn
# only keep dependency source (not entire git repo)
# custom install directory is yarn_deps
# bootstrap
yarn_deps/bootstrap/*
!yarn_deps/bootstrap/dist/
yarn_deps/bootstrap/dist/*
!yarn_deps/bootstrap/dist/css
!yarn_deps/bootstrap/dist/fonts
!yarn_deps/bootstrap/dist/js
yarn_deps/bootstrap/dist/css/*
!yarn_deps/bootstrap/dist/css/*.min.css
!yarn_deps/bootstrap/dist/css/*.min.css.map
yarn_deps/bootstrap/dist/js/*
!yarn_deps/bootstrap/dist/js/*.min.js
!yarn_deps/bootstrap/dist/js/*.bundle.min.js.map
# jquery
yarn_deps/jquery/*
!yarn_deps/jquery/dist
yarn_deps/jquery/dist/*
!yarn_deps/jquery/dist/*.min.js