File tree Expand file tree Collapse file tree 1 file changed +55
-11
lines changed
Expand file tree Collapse file tree 1 file changed +55
-11
lines changed Original file line number Diff line number Diff line change 1- * .build.error.log
2- * .build.log
1+ # Windows OS Files
2+ $RECYCLE.BIN /
3+ Desktop.ini
4+ Thumbs.db
5+ ehthumbs.db
6+
7+ # Mac OSX Files
8+ .AppleDouble
39.DS_Store
4- .vscode /launch.json
5- /common /last-install. *
6- /common /npm-local
7- /common /local-npm
8- /common /rush-link.json
9- /common /rush-recycler
10+ .LSOverride
11+ .Spotlight-V100
12+ .Trashes
13+ ._ *
14+
15+ # Package files
16+ app
17+ app-min
18+ bower_components
1019coverage
1120dist
21+ jspm_packages
22+ lib
1223lib
1324lib-amd
1425node_modules
15- npm * .log
26+ npm-debug.log
27+ npminstall-log.txt
1628temp
17- package
18- * .scss.ts
29+
30+ # Rush files
31+ ** /* .build.error.log
32+ ** /* .build.log
33+ /common /apiDocs /json /**
34+ /common /last-install.flag
35+ /common /last-install.log
36+ /common /local-npm
37+ /common /local-npm /**
38+ /common /local-rush
39+ /common /local-rush /**
40+ /common /npm-cache
41+ /common /npm-cache /**
42+ /common /npm-local
43+ /common /npm-local /**
44+ /common /npm-tmp
45+ /common /npm-tmp /**
46+ /common /rush-link.json
47+ /common /rush-recycler
1948package-deps.json
49+
50+ # IDE files
51+ * .bak
52+ * .csproj.user
53+ * .sublime-project
54+ * .sublime-workspace
55+ * .suo
56+ * .userosscache
57+ .idea
58+ .vs /
59+ /.settings /
60+ bin /
61+
62+ # Ignore VS Code personal settings, but keep a root-level setting
63+ /* /** /.vscode /
You can’t perform that action at this time.
0 commit comments