forked from TabularEditor/TabularEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (66 loc) · 1.87 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/AntlrGrammars/obj/Debug/*
!/AntlrGrammars/obj/Debug/DAXLexer.cs
!/AntlrGrammars/obj/Debug/DAXLexer.tokens
!/AntlrGrammars/obj/Debug/CSharpLexer.cs
!/AntlrGrammars/obj/Debug/CSharpLexer.tokens
/AntlrGrammars/obj/Release/*
/AntlrGrammars/bin
/AntlrGrammars/CSharpLexer.g4.cs
/AntlrGrammars/DAXLexer.g4.cs
/TabularEditor/bin
/TabularEditor/obj
/TabularEditor/TabularEditor.csproj.user
/TabularEditorSetup/Debug
/TabularEditorSetup/Release
/TabularEditorTest/bin
/TabularEditorTest/obj
/TabularEditorTest/TabularEditorTest.csproj.user
/TOMWrapper/bin
/TOMWrapper/obj
/TOMWrapper/TOMWrapper.csproj.user
/TOMWrapper/TOMWrapper/Base/*.generated.cs
/packages/*
!/packages/Microsoft.AnalysisServices.retail.amd64.CTP2019
/.vs/TabularEditor/v14
/TabularEditor/publish
/.vs
/.vs
*.suo
/PluginTest/bin/Debug
/PluginTest/obj/Debug
/PluginTest/obj/Debug
/Plugins/SimplePlugin/obj
/Plugins/VisualizeRelationships/obj/Debug
/Plugins/VisualizeRelationships/bin/Release
/Plugins/VisualizeRelationships/obj/Release
/PluginTest/obj/Release
/Plugins/VisualizeRelationships/obj
/TabularEditorInstaller/Debug
/TabularEditorInstaller/Release
/~$DAX functions.xlsx
/UpgradeLog.htm
/todo.txt
/TabularEditor2.psess
/TabularEditor171122.vspx
/TabularEditor171122.vsp
/TabularEditor1.psess
/DAX functions.xlsx
/TOMWrapperTest/obj/Debug
/TOMWrapperTest/bin/Debug
/TOMWrapperTest/obj/Release
/TOMWrapperTest/bin/Release
/packages/Microsoft.AnalysisServices.retail.amd64.CTP2019
/bin/Debug
/DevExpressUI/bin/Debug
/DevExpressUI/obj/Debug
/DevExpressUI/obj/Release
/DevExpressUITests
/TabularEditor.3
/TabularEditor.Shared
/TabularEditor.UI
/AntlrGrammars/obj/Debug
/AntlrGrammars/obj/Release
*.user