forked from Autodesk/AutodeskMachineControlFramework
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
50 lines (45 loc) · 815 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
40
41
42
43
44
45
46
47
48
49
50
Output/logs/*.db
Output/data/*.db
Output/*.db
Output/*.dll
Output/*.ilk
Output/*.db-journal
Output/*.exe
Output/*.pdb
Output/*.dist
Output/dist.xml
build
build_win64
build_linux64
build_rpi
build_client
ACT/LibMC_component
ACT/LibMCDriverEnv_component
ACT/LibMCDriver_component
ACT/LibMCPlugin_component
ACT/LibMCEnv_component
ACT/LibMCData_component
ACT/LibMCUI_component
Client/.DS_Store
Client/node_modules
Client/dist
Client/dist.xml
# local env files
Client/.env.local
Client/.env.*.local
# Log files
Client/npm-debug.log*
Client/yarn-debug.log*
Client/yarn-error.log*
# Editor directories and files
Client/.idea
Client/.vscode
Client/*.suo
Client/*.ntvs*
Client/*.njsproj
Client/*.sln
Client/*.sw?
Framework/HeadersCore/Go
Drivers/ScanLab/Dependencies
Drivers/ScanLab/BinaryData
Drivers/Marlin/BinaryData