forked from fdorg/flashdevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
43 lines (43 loc) · 1 KB
/
.gitignore
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Thumbs.db
*.config
*.fda
*.fdb
*.fdl
*.nupkg
*.obj
*.pdb
*.suo
*.user
*.vshost.exe
*.vshost.exe.manifest
/.vs/
/FlashDevelop/Bin/Debug/Apps/
/FlashDevelop/Bin/Debug/Data/
/FlashDevelop/Bin/Debug/Plugins/
/FlashDevelop/Bin/Debug/Settings/FileStates/
/FlashDevelop/Bin/Debug/Settings/FormStates/
/FlashDevelop/Bin/Debug/Settings/Recovery/
/FlashDevelop/Bin/Debug/Settings/Themes/CURRENT
/FlashDevelop/Bin/Debug/Tools/fdbuild/fdbuild.exe
/FlashDevelop/Bin/Debug/*.Tests.dll
/FlashDevelop/Bin/Debug/Exceptions.log
/FlashDevelop/Bin/Debug/FlashDevelop.*
/FlashDevelop/Bin/Debug/FlashDevelop64.*
/FlashDevelop/Bin/Debug/PluginCore.*
/FlashDevelop/Properties/AssemblyInfo.cs
/packages/
/PluginCore/Bin
**/obj/
**/NSubstitute.dll
**/NSubstitute.xml
**/nunit.framework.dll
**/nunit.framework.xml
**/Castle.Core.*
**/System.Threading.Tasks.Extensions.*
**/System.Runtime.CompilerServices.Unsafe.*
**/System.Diagnostics.DiagnosticSource.*
.vs/
**/System.Buffers.*
**/System.Memory.*
**/System.Numerics.Vectors.*
**/Microsoft.Threading.*