forked from fdorg/flashdevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
35 lines (35 loc) · 792 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
24
25
26
27
28
29
30
31
32
33
34
35
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
.vs/