Commit f4f1d7b0e9060820a5b2f6885019100205b7f120
Exists in
master
auto commit the code by alias command
Showing
2 changed files
Show diff stats
.gitignore
... | ... | @@ -0,0 +1,42 @@ |
1 | +# Numerous always-ignore extensions | |
2 | +*.bak | |
3 | +*.patch | |
4 | +*.diff | |
5 | +*.err | |
6 | + | |
7 | +# temp file for git conflict merging | |
8 | +*.orig | |
9 | +*.log | |
10 | +*.rej | |
11 | +*.swo | |
12 | +*.swp | |
13 | +*.zip | |
14 | +*.vi | |
15 | +*~ | |
16 | +*.sass-cache | |
17 | +*.tmp.html | |
18 | +*.dump | |
19 | + | |
20 | +# OS or Editor folders | |
21 | +.DS_Store | |
22 | +._* | |
23 | +.cache | |
24 | +.project | |
25 | +.settings | |
26 | +.tmproj | |
27 | +*.esproj | |
28 | +*.sublime-project | |
29 | +*.sublime-workspace | |
30 | +nbproject | |
31 | +thumbs.db | |
32 | +*.iml | |
33 | + | |
34 | +# Folders to ignore | |
35 | +.hg | |
36 | +.svn | |
37 | +.CVS | |
38 | +.idea | |
39 | +node_modules/ | |
40 | +jscoverage_lib/ | |
41 | +bower_components/ | |
42 | +dist/ | ... | ... |
package-lock.json