forked from bdring/FluidNC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (53 loc) · 647 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (53 loc) · 647 Bytes
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
.pioenvs/
.pio/
Thumbs.db
.DS_Store
*.orig
embedded/node_modules
embedded/dist
*~
.pio/
.vscode/
.history/
*.pyc
.vs/
Debug/
Release/
*.vsarduino.h
__vm/
*.user
FluidNC.vcxproj
FluidNC.vcxproj.filters
*.suo
packages/
pio_machine.h
project.checksum
version.cpp
esptool*.zip
v*.zip
/FluidNC/data/config.yaml
build/
dist/
*.cppx
*.hx
/compile_commands.json
data-wmb/
*#
/gcode_tests/venv
release/
managed_components/
/FluidNC/lib/*/
/FluidNC/dependencies.lock
experiments/
native_sd/
native_localfs/
native_nvs/
.cache
.platformio-home/
# Coverage report output
coverage.html
coverage.css
coverage.js
coverage.functions.html
coverage.*.html
.DS_Store