-
Notifications
You must be signed in to change notification settings - Fork 40
/
.gitignore
74 lines (60 loc) · 1.94 KB
/
.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
local_head.tpl
npm-debug.log
yarn-error.log
.DS_Store
# for custom themes
css/custom/*.css
scss/custom/*.scss
#########################################################################
# This list is rather static, so let's use gitignore tricks
# Alternate approach:
# yarn install --prod --modules-folder components --ignore-optional
# but this one is more fine-grained
#########################################################################
node_modules/*
!node_modules/bootstrap
node_modules/bootstrap/*
!node_modules/bootstrap/dist
node_modules/bootstrap/dist/*
!node_modules/bootstrap/dist/js
!node_modules/bootstrap-material-design
node_modules/bootstrap-material-design/*
!node_modules/bootstrap-material-design/dist
node_modules/bootstrap-material-design/dist/*
!node_modules/bootstrap-material-design/dist/js
!node_modules/jquery
node_modules/jquery/*
!node_modules/jquery/dist
!node_modules/jquery-migrate
node_modules/jquery-migrate/*
!node_modules/jquery-migrate/dist
!node_modules/popper.js
node_modules/popper.js/*
!node_modules/popper.js/dist
node_modules/popper.js/dist/*
!node_modules/popper.js/dist/umd
!node_modules/@fortawesome
node_modules/@fortawesome/*
!node_modules/@fortawesome/fontawesome-free
node_modules/@fortawesome/fontawesome-free/*
!node_modules/@fortawesome/fontawesome-free/css
!node_modules/@fortawesome/fontawesome-free/webfonts
!node_modules/bootstrap-social
node_modules/bootstrap-social/*
!node_modules/bootstrap-social/*.css
!node_modules/photoswipe
node_modules/photoswipe/*
!node_modules/photoswipe/dist
!node_modules/slick-carousel
node_modules/slick-carousel/*
!node_modules/slick-carousel/slick
!node_modules/selectize
node_modules/selectize/*
!node_modules/selectize/dist
!node_modules/typeface-pt-sans
!node_modules/typeface-roboto
!node_modules/jQuery-Touch-Events
node_modules/jQuery-Touch-Events/*
!node_modules/jQuery-Touch-Events/src
node_modules/jQuery-Touch-Events/src/*
!node_modules/jQuery-Touch-Events/src/*.min.js