Skip to content

Commit 7037e1b

Browse files
committed
Changed a .gitignore file
1 parent a7de370 commit 7037e1b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
22
[Bb]in/
33
[Oo]bj/
4-
[Ll]ib/
54

65
# Node.js tools
76
bower_components/
87
node_modules/
98

9+
# Client side components
10+
**/JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4/lib/
11+
**/scripts/build/
12+
**/styles/build/
13+
**/wwwroot/lib/
14+
1015
## Ignore Visual Studio temporary files, build results, and
1116
## files generated by popular Visual Studio add-ons.
1217

0 commit comments

Comments
 (0)