We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc77614 + 92fe231 commit 87d87bdCopy full SHA for 87d87bd
Android.gitignore
@@ -24,3 +24,6 @@ proguard/
24
25
# Log Files
26
*.log
27
+
28
+# Android Studio Navigation editor temp files
29
+.navigation/
Dart.gitignore
@@ -3,6 +3,7 @@
3
.pub/
4
build/
5
packages
6
+.packages
7
8
# Or the files created by dart2js.
9
*.dart.js
KiCAD.gitignore
@@ -3,6 +3,8 @@
# Temporary files
*.000
*.bak
+*.bck
+*.kicad_pcb-bak
# Netlist files (exported from Eeschema)
10
*.net
0 commit comments