File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,10 @@ local.properties
36
36
# # Ignore Visual Studio temporary files, build results, and
37
37
# # files generated by popular Visual Studio add-ons.
38
38
39
- # NodeJS
40
- node_modules
41
- npm-debug.log
42
-
43
39
# User-specific files
44
40
* .suo
45
41
* .user
46
42
* .sln.docstates
47
- * .sln
48
- * .csproj
49
43
50
44
# Build results
51
45
[Dd ]ebug /
@@ -68,10 +62,13 @@ npm-debug.log
68
62
* .vspscc
69
63
.builds
70
64
* .dotCover
65
+
66
+ # Projects files
71
67
* .sln
68
+ * .csproj
72
69
73
70
# # TODO: If you have NuGet Package Restore enabled, uncomment this
74
- # packages/
71
+ packages /
75
72
76
73
# Visual C++ cache files
77
74
ipch /
@@ -121,7 +118,9 @@ _UpgradeReport_Files/
121
118
Backup * /
122
119
UpgradeLog * .XML
123
120
124
-
121
+ # NodeJS
122
+ node_modules
123
+ npm-debug.log
125
124
126
125
# ###########
127
126
# # Windows
You can’t perform that action at this time.
0 commit comments