-
Notifications
You must be signed in to change notification settings - Fork 220
/
.gitignore
39 lines (39 loc) · 959 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
36
37
38
39
Thumbs.db
*.config
*.fda
*.fdb
*.fdl
*.nupkg
*.obj
*.pdb
*.suo
*.user
*.vs/
*.vshost.exe
*.vshost.exe.manifest
**/obj/
**/NSubstitute.*
**/nunit.framework.*
**/Castle.Core.*
/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
/FlashDevelop/Scripting.*
/FlashDevelop/Bin/Debug/CSScriptLibrary.*
/FlashDevelop/Bin/Debug/Microsoft.*
/FlashDevelop/Bin/Debug/System.*
/FlashDevelop/Bin/Debug/Mono.*
/packages/
/PluginCore/Bin
FlashDevelop/Bin/Debug/LitJSON.*