We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gitignore
1 parent a7de370 commit 7037e1bCopy full SHA for 7037e1b
.gitignore
@@ -1,12 +1,17 @@
1
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2
[Bb]in/
3
[Oo]bj/
4
-[Ll]ib/
5
6
# Node.js tools
7
bower_components/
8
node_modules/
9
+# Client side components
10
+**/JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4/lib/
11
+**/scripts/build/
12
+**/styles/build/
13
+**/wwwroot/lib/
14
+
15
## Ignore Visual Studio temporary files, build results, and
16
## files generated by popular Visual Studio add-ons.
17
0 commit comments