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 11# See https://help.github.com/ignore-files/ for more about ignoring files.
22
33# dependencies
4- /node_modules /
5- /bower_components /
6- /vendor /
7- /public /
4+ node_modules
85
96# builds
107build
2118npm-debug.log *
2219yarn-debug.log *
2320yarn-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 /** /*
52.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 11{
22 "name" : " create-jquery-plugin" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " CLI for creating ready-to-start modern jQuery Plugins" ,
55 "main" : " index.js" ,
66 "bin" : {
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ npm-debug.log
2222
2323work
2424build
25- src
26- test
2725spec
2826pids
2927logs
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ npm-debug.log
2222
2323work
2424build
25- src
26- test
2725spec
2826pids
2927logs
You can’t perform that action at this time.
0 commit comments