-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
35 lines (34 loc) · 830 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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/wasp/Debug
/wasp/x64/Debug
/examples/m2ain.wasp
/x64/Debug
/.vs/wasp-lang/v16
/Debug
/wasp-lang
/x64/Release
/AST/x64/Debug
/Lexer/x64/Debug
/Parser/x64/Debug
/Type_System/x64/Debug
/Utils/x64/Debug
/Token/x64/Debug
/Environment/x64/Debug
/ObjectSystem/x64/Debug
/SymbolTable/x64/Debug
/SemanticAnalyzer/x64/Debug
/MemorySystem/x64/Debug
/Interpreter/x64/Debug
/Bytecode/x64/Debug
/Compiler/x64/Debug
/VM/x64/Debug
/ControlFlowGraph/x64/Debug
/AnnotatedAST/x64/Debug
/Symbol/x64/Debug
/TypeSystem/x64/Debug
/WaspTypeSystem/x64/Debug
/.vs
/CFGraph/x64/Debug
/VirtualMachine/x64/Debug