Skip to content

Commit e6d6011

Browse files
committed
Normalize .gitignore
1 parent c9ebda0 commit e6d6011

File tree

1 file changed

+55
-11
lines changed

1 file changed

+55
-11
lines changed

.gitignore

Lines changed: 55 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,63 @@
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
1019
coverage
1120
dist
21+
jspm_packages
22+
lib
1223
lib
1324
lib-amd
1425
node_modules
15-
npm*.log
26+
npm-debug.log
27+
npminstall-log.txt
1628
temp
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
1948
package-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/

0 commit comments

Comments
 (0)