-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
168 lines (168 loc) · 5.44 KB
/
.gitignore
File metadata and controls
168 lines (168 loc) · 5.44 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
/.build
/.idea
/node_modules
/Website/node_modules
/Website/dist
/Examples/HelloWorld/HelloWorld
.DS_Store
/.swiftpm
/Editor/intellij-aro/gradlew.bat
/Editor/intellij-aro/gradlew
/Editor/intellij-aro/gradle
/Editor/intellij-aro/build
/Editor/intellij-aro/.idea
/Editor/intellij-aro/.gradle
/Examples/Conditionals/Conditionals
/.aro-cache
/Examples/CustomPlugin/CustomPlugin
/Examples/ExternalService/ExternalService
/Examples/Expressions/Expressions
/Examples/DataPipeline/DataPipeline
/Examples/CustomPlugin/plugins/GreetingService.dylib
/Examples/ContextAware/ContextAware
/Examples/FileWatcher/FileWatcher
/Examples/HelloWorldAPI/HelloWorldAPI
/Examples/SimpleChat/SimpleChat
/Editor/intellij-aro/.intellijPlatform
/Editor/vscode-aro/aro-language-1.0.0.vsix
/Editor/vscode-aro/node_modules
/Editor/vscode-aro/out
/Examples/HTTPClient/HTTPClient
/Examples/DataPipeline/.idea
/Examples/Scoping/Scoping
/Examples/Iteration/Iteration
/Examples/HTTPServer/HTTPServer
.idea
/Examples/OrderService/OrderService
/Examples/ModulesExample/ModuleA/ModuleA
/Examples/ModulesExample/ModuleB/ModuleB
/Examples/ModulesExample/Combined/Combined
/Book/TheLanguageGuide/output
/Examples/Computations/Computations
/Examples/ZipService/ZipService
/Examples/ZipService/plugins/libZipPlugin.dylib
/Examples/DirectoryLister/DirectoryLister
/Examples/Calculator/Calculator
/Examples/ZipService/plugins/ZipPlugin/.build
/Examples/UserService/UserService
/Examples/SystemMonitor/SystemMonitor
/Examples/RepositoryObserver/RepositoryObserver
/demo-output
/Examples/Split/.build
/Examples/Split/Split
/Examples/DateTimeDemo/DateTimeDemo
/aro
/Examples/DirectoryReplicatorEvents/DirectoryReplicatorEvents
/Examples/CustomPlugin/.build
/Examples/CustomPlugin/.aro-cache
homebrew-aro/
/output/users.yaml
/output/config.env
/Examples/ZipService/content/archive.zip
/Examples/SQLiteExample/plugins/SQLitePlugin/.build
/Examples/FileOperations/demo-output
/Examples/ExternalService/plugins/CounterPlugin/.build
**/.build/
/data
/Examples/HelloWorld/expected.binary.diff
expected.binary.diff
testrun.log
/Examples/SinkSyntax/SinkSyntax
/Examples/SetOperations/SetOperations
/Examples/ParallelForEach/ParallelForEach
/Examples/ListTest/ListTest
/Examples/HashTest/HashTest
/Examples/FormatAwareIO/FormatAwareIO
/Examples/FileOperations/FileOperations
/Examples/EventExample/EventExample
/Examples/DirectoryReplicator/DirectoryReplicator
/Examples/DateRangeDemo/DateRangeDemo
/Book/AROByExample/output
/Examples/ConfigurableTimeout/ConfigurableTimeout
/Examples/SocketClient/SocketClient
/Examples/ReceiveData/ReceiveData
/Examples/NotifyExample/NotifyExample
/Examples/MetricsDemo/MetricsDemo
/Examples/LogToStderr/LogToStderr
/Examples/TypeConversion/TypeConversion
/Examples/SortExample/SortExample
/Examples/FileMetadata/FileMetadata
/Examples/FileChecks/FileChecks
/Examples/ExternalService/plugins/libCounterPlugin.dylib
/Examples/EventListener/EventListener
/Examples/ErrorHandling/ErrorHandling
/Examples/CollectionMerge/CollectionMerge
/Examples/SQLiteExample/SQLiteExample
/Examples/SQLiteExample/plugins/libSQLitePlugin.dylib
/Examples/ExternalService/plugins/libCounterPlugin.so
/Examples/CustomPlugin/plugins/GreetingService.so
/Examples/ApplicationEnd/ApplicationEnd
/Examples/TemplateEngine/TemplateEngine
/output
/Examples/ZipService/plugins/libZipPlugin.so
/Examples/SQLiteExample/plugins/libSQLitePlugin.so
/Examples/EventSchema/EventSchema
/Examples/Parameters/Parameters
**/target/
**/.aro-cache/
/Examples/CSVProcessor/CSVProcessor
/Examples/GreetingPlugin/GreetingPlugin
/Examples/HashPluginDemo/HashPluginDemo
/Examples/MarkdownRenderer/MarkdownRenderer
/Examples/Split/Split
/Examples/DateTimeDemo/DateTimeDemo
/Examples/EchoSocket/EchoSocket
/Examples/DirectoryReplicatorEvents/DirectoryReplicatorEvents
/Examples/AssertDemo/AssertDemo
/Book/ThePluginGuide/output
/Book/TheEssentialPrimer/output
**/__pycache__/
**/*.pyc
**/Plugins/**/*.dylib
**/Plugins/**/*.so
**/Plugins/**/*.dll
**/*.dSYM/
**/Cargo.lock
/Examples/MultiService/MultiService
/Examples/AuditLogDemo/AuditLogDemo
/Examples/WebSocketDemo/WebSocketDemo
/Examples/StateMachine/StateMachine
core
/.claude
/Examples/SourceStructure/SourceStructure
/Examples/StreamingDemo/StreamingDemo
/Examples/StreamingPipeline/StreamingPipeline
/Examples/QualifierPlugin/QualifierPlugin
/Examples/QualifierPluginC/QualifierPluginC
/Examples/QualifierPluginPython/QualifierPluginPython
/Examples/DataSync/DataSync
/Examples/URLClient/URLClient
/Examples/TerminalUI/TerminalUI
/Examples/TerminalSystemMonitor/TerminalSystemMonitor
/Examples/PipelineDemo/PipelineDemo
/Examples/NumericSeparators/NumericSeparators
/Examples/ExtractInCase/ExtractInCase
/Examples/PipelineDemo/events.jsonl
/Examples/PipelineDemo/demo-output
/Examples/PipelineDemo/output
/Examples/FormatAwareIO/output
/Examples/AutoPipeline/AutoPipeline
/Examples/ConstantFolding/ConstantFolding
/Examples/Immutability/Immutability
/Examples/RawStrings/RawStrings
/Examples/TerminalSimpleMenu/TerminalSimpleMenu
/Examples/TerminalTaskManager/TerminalTaskManager
/watched-dir
/Examples/WeatherClient/WeatherClient
/Examples/WhileLoop/WhileLoop
/Examples/SSEStreamDemo/SSEStreamDemo
/Examples/SSEClient/SSEClient
/Examples/SleepDemo/SleepDemo
/Examples/SleepAPI/SleepAPI
/Examples/ResponseHeaders/ResponseHeaders
/Examples/MultilineString/MultilineString
/Examples/LinkHeaderPagination/LinkHeaderPagination
/Examples/CountingStyles/CountingStyles
/Examples/ParameterRefs/ParameterRefs
/Examples/RepositoryLimits/RepositoryLimits
/Examples/StreamExample/StreamExample