File tree Expand file tree Collapse file tree 5 files changed +3
-87
lines changed Expand file tree Collapse file tree 5 files changed +3
-87
lines changed Original file line number Diff line number Diff line change 1
1
# See https://help.github.com/ignore-files/ for more about ignoring files.
2
2
3
3
# dependencies
4
- /node_modules /
5
- /bower_components /
6
- /vendor /
7
- /public /
4
+ node_modules
8
5
9
6
# builds
10
7
build
21
18
npm-debug.log *
22
19
yarn-debug.log *
23
20
yarn-error.log *
24
-
25
- # IDE Files
26
- # -------------------------
27
- /nbproject /
28
- .idea /*
29
- .vscode /*
30
-
31
- # # Sublime Text cache files
32
- * .tmlanguage.cache
33
- * .tmPreferences.cache
34
- * .stTheme.cache
35
- * .sublime-workspace
36
- * .sublime-project
37
- /nbproject /private /
38
- /ref.txt
Original file line number Diff line number Diff line change 1
- . * .swp
2
- ._ *
3
- .DS_Store
4
- .git
1
+ ! templates /** /*
5
2
.github
6
- .hg
7
- .lock-wscript
8
- .svn
9
- .wafpickle- *
10
- CVS
11
- npm-debug.log
12
-
13
- * .seed
14
- * .log
15
- * .csv
16
- * .dat
17
- * .out
18
- * .pid
19
- * .gz
20
- * .orig
21
- * .jql.js
22
-
23
- work
24
- build
25
- src
26
- test
27
- spec
28
- pids
29
- logs
30
- results
31
- coverage
32
- lib-cov
33
- html-report
34
- xunit.xml
35
-
36
- # IDE Files
37
- # -------------------------
38
- /nbproject /*
39
- .idea /*
40
- .vscode /*
41
- .project
42
- .idea
43
- .settings
44
- .iml
45
-
46
- # # Sublime Text cache files
47
- * .tmlanguage.cache
48
- * .tmPreferences.cache
49
- * .stTheme.cache
50
- * .sublime-workspace
51
- * .sublime-project
52
-
53
- ehthumbs.db
54
- Icon ?
55
- Thumbs.db
56
- .AppleDouble
57
- .LSOverride
58
- .Spotlight-V100
59
- .Trashes
60
-
61
- /ref.txt
62
- /node_modules /
63
- /bower_components /
64
- /vendor /
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-jquery-plugin" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " CLI for creating ready-to-start modern jQuery Plugins" ,
5
5
"main" : " index.js" ,
6
6
"bin" : {
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ npm-debug.log
22
22
23
23
work
24
24
build
25
- src
26
- test
27
25
spec
28
26
pids
29
27
logs
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ npm-debug.log
22
22
23
23
work
24
24
build
25
- src
26
- test
27
25
spec
28
26
pids
29
27
logs
You can’t perform that action at this time.
0 commit comments