-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
23 lines (22 loc) · 937 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/src/FileSharper/FileSharper/bin
/src/FileSharper/FileSharper/obj
/src/FileSharper/.vs
/src/FileSharper/FileSharperCore/bin
/src/FileSharper/FileSharperCore/obj
/src/FileSharper/FileSharperUI/bin
/src/FileSharper/FileSharperUI/obj
/src/FileSharper/FileSharperUIHelpers/bin
/src/FileSharper/FileSharperUIHelpers/obj
/src/FileSharper/packages
*.csproj.user
/README.md.bak
/src/FileSharper/FileSharper/Thumbs.db
/src/FileSharper/FileSharperSetup/Debug
/src/FileSharper/FileSharperSetup/Release
/src/FileSharper/FileSharperCore.Tests/bin/Debug
/src/FileSharper/FileSharperCore.Tests/obj/Debug
/src/FileSharper/FileSharperCore.Tests/bin/Release
/src/FileSharper/FileSharperCore.Tests/obj/Release