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.
1 parent 8446f32 commit 5342a83Copy full SHA for 5342a83
.gitattributes
@@ -0,0 +1,3 @@
1
+# `.gitattributes` reclassify `.st` files as iec-st:
2
+** linguist-vendored
3
+# *.ppjs linguist-language=ST
.gitignore
@@ -1,8 +1,7 @@
-.apax/
-.env/
-[Bb]in/
4
-[Ll]ibrary/
5
-[Tt]est[Rr]esult*/
+.apax
+.env
+bin
+obj
+TestResult
6
*.tgz
7
-*.tracerec.json
8
-apax-lock.json
+assets
0 commit comments