-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
45 lines (37 loc) · 1 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
package-lock.json
.DS_Store
*.swp
# we want to include specific files inside node_modules and ignore the rest...
# unignore node_modules dir itself
!node_modules/
node_modules/*
!node_modules/d3/
node_modules/d3/*
!node_modules/d3/dist/
node_modules/d3/dist/*
!node_modules/d3/dist/d3.min.js
!node_modules/less/
node_modules/less/*
!node_modules/less/dist/
node_modules/less/dist/*
!node_modules/less/dist/less.min.js
!node_modules/jquery/
node_modules/jquery/*
!node_modules/jquery/dist/
node_modules/jquery/dist/*
!node_modules/jquery/dist/jquery.min.js
!node_modules/bootstrap/
node_modules/bootstrap/*
!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/css/
node_modules/bootstrap/dist/css/*
!node_modules/bootstrap/dist/css/bootstrap.min.css
!node_modules/uki/
node_modules/uki/*
!node_modules/uki/dist/
node_modules/uki/dist/*
!node_modules/uki/dist/uki.esm.js