Commit 1ffc738276e1f8c135917a9e31c7874428bee193
0 parents
mshopweapp
Showing
1 changed file
with
20 additions
and
0 deletions
mshopweapp
0 → 100644
1 | +++ a/mshopweapp | ||
1 | +# Windows | ||
2 | +[Dd]esktop.ini | ||
3 | +Thumbs.db | ||
4 | +$RECYCLE.BIN/ | ||
5 | + | ||
6 | +# macOS | ||
7 | +.DS_Store | ||
8 | +.fseventsd | ||
9 | +.Spotlight-V100 | ||
10 | +.TemporaryItems | ||
11 | +.Trashes | ||
12 | + | ||
13 | +# Node.js | ||
14 | +node_modules/ | ||
15 | +.idea/workspace.xml | ||
16 | +.idea/wexinapp.iml | ||
17 | +.idea/vcs.xml | ||
18 | +.idea/modules.xml | ||
19 | +.idea/misc.xml | ||
20 | +.idea/encodings.xml |