-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
52 lines (41 loc) · 945 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
51
52
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.sch-bak
*.kicad_pcb-bak
*~
_autosave-*
*.tmp
*-cache.lib
*-rescue.lib
*-save.pro
*-save.kicad_pcb
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
# VSCODE MAGIC
firmware/.vscode
# Created by https://www.toptal.com/developers/gitignore/api/vscode
# Edit at https://www.toptal.com/developers/gitignore?templates=vscode
### vscode ###
firmware/.vscode/*
!firmware/.vscode/settings.json
!firmware/.vscode/tasks.json
!firmware/.vscode/launch.json
!firmware/.vscode/extensions.json
*firmware/.code-workspace
### PlatformIO ###
firmware/.pioenvs
firmware/.piolibdeps
firmware/.clang_complete
firmware/.gcc-flags.json
firmware/.pio
# End of https://www.toptal.com/developers/gitignore/api/vscode