forked from ncosentino/DevLeader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (27 loc) · 758 Bytes
/
.gitignore
File metadata and controls
27 lines (27 loc) · 758 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
*.suo
event-handler-example/bin/*
event-handler-example/obj/*
thread-pattern-example/thread-pattern-example/obj/*
thread-pattern-example/thread-pattern-example/bin/*
datalayer-interfaces-example/*/bin/*
datalayer-interfaces-example/*/obj/*
ioc-singleton-example/*/bin/*
ioc-singleton-example/*/obj/*
EventHandlerLeak/EventHandlerLeak/bin/*
EventHandlerLeak/EventHandlerLeak/obj/*
*/DynamicScript/bin/*
*/DynamicScript/obj/*
*/PrintToConsole/bin/*
*/PrintToConsole/obj/*
*/RunExternalScript/bin/*
*/RunExternalScript/obj/*
*/singleton-examples/bin/*
*/singleton-examples/obj/*
*/DynamicClass/bin/*
*/DynamicClass/obj/*
Tab Fragment Tutorial/bin/*
Tab Fragment Tutorial/gen/*
LambdaRefactor/*/bin/*
LambdaRefactor/*/obj/*
*/SampleForm/bin/*
*/SampleForm/obj/*