forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (60 loc) · 907 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Windows OS Files
$RECYCLE.BIN/
Desktop.ini
Thumbs.db
ehthumbs.db
# Mac OSX Files
.AppleDouble
.DS_Store
.LSOverride
.Spotlight-V100
.Trashes
._*
# Package files
app
app-min
bower_components
coverage
dist
jspm_packages
lib
lib-amd
lib-es6
node_modules
npm-debug.log
npminstall-log.txt
temp
# Rush files
**/*.build.error.log
**/*.build.log
/common/apiDocs/json/**
/common/last-install.flag
/common/last-install.log
/common/local-npm
/common/local-npm/**
/common/local-rush
/common/local-rush/**
/common/npm-cache
/common/npm-cache/**
/common/npm-local
/common/npm-local/**
/common/npm-tmp
/common/npm-tmp/**
/common/rush-link.json
/common/rush-recycler
package-deps.json
# IDE files
*.bak
*.csproj.user
*.sublime-project
*.sublime-workspace
*.suo
*.userosscache
.idea
.vs/
/.settings/
bin/
# Ignore VS Code personal settings, but keep a root-level setting
/*/**/.vscode/
# Build artifacts
**/*.scss.ts