-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (49 loc) · 945 Bytes
/
.gitignore
File metadata and controls
62 lines (49 loc) · 945 Bytes
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
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Visual Studio 2015/2017 cache/options directory
.vs/
# Build log files
*.err
*.prf
*.wrn
*.log
# Temp directories
bundle/
node_modules/
out/
dist**/
types/
lib/bundle/
lib/dist**/
lib/types/
lib/tools/
lib/README*
lib/LICENSE
rollup/node_modules/
rollup/dist**/
rollup/types/
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Grunt
.tscache
**/Test/**/*tests.js
**/Test/**/*tests.d.ts
**/Test/**/*tests.js.map
# Output of 'npm pack'
*.tgz
# Rush files
common/temp/**
**/.rush/temp/**
package-deps.json
package-lock.json
# test output
**/.rush/temp/**