Skip to content

Commit eafb2ee

Browse files
authored
Merge branch 'main' into patch-1
2 parents 7bcea28 + 9523e7b commit eafb2ee

25 files changed

Lines changed: 203 additions & 101 deletions

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
**Reasons for making this change:**
2+
<!-- Include your relationship to the project and what you expect to get from this change. -->
23

34
_TODO_
45

AL.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### AL ###
2+
#Template for AL projects for Dynamics 365 Business Central
3+
#launch.json folder
4+
.vscode/
5+
#Cache folder
6+
.alcache/
7+
#Symbols folder
8+
.alpackages/
9+
#Snapshots folder
10+
.snapshots/
11+
#Testing Output folder
12+
.output/
13+
#Extension App-file
14+
*.app
15+
#Rapid Application Development File
16+
rad.json
17+
#Translation Base-file
18+
*.g.xlf
19+
#License-file
20+
*.flf
21+
#Test results file
22+
TestResults.xml

Android.gitignore

Lines changed: 10 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,30 @@
1-
# Built application files
2-
*.apk
3-
*.aar
4-
*.ap_
5-
*.aab
6-
7-
# Files for the ART/Dalvik VM
8-
*.dex
9-
10-
# Java class files
11-
*.class
12-
13-
# Generated files
14-
bin/
15-
gen/
16-
out/
17-
# Uncomment the following line in case you need and you don't have the release build type files in your app
18-
# release/
19-
201
# Gradle files
212
.gradle/
223
build/
234

245
# Local configuration file (sdk path, etc)
256
local.properties
267

27-
# Proguard folder generated by Eclipse
28-
proguard/
29-
30-
# Log Files
8+
# Log/OS Files
319
*.log
3210

33-
# Android Studio Navigation editor temp files
34-
.navigation/
35-
36-
# Android Studio captures folder
11+
# Android Studio generated files and folders
3712
captures/
13+
.externalNativeBuild/
14+
.cxx/
15+
*.apk
16+
output.json
3817

3918
# IntelliJ
4019
*.iml
41-
.idea/workspace.xml
42-
.idea/tasks.xml
43-
.idea/gradle.xml
44-
.idea/assetWizardSettings.xml
45-
.idea/dictionaries
46-
.idea/libraries
47-
.idea/jarRepositories.xml
48-
# Android Studio 3 in .gitignore file.
49-
.idea/caches
50-
.idea/modules.xml
51-
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
52-
.idea/navEditor.xml
20+
.idea/
5321

5422
# Keystore files
55-
# Uncomment the following lines if you do not want to check your keystore files in.
56-
#*.jks
57-
#*.keystore
58-
59-
# External native build folder generated in Android Studio 2.2 and later
60-
.externalNativeBuild
61-
.cxx/
23+
*.jks
24+
*.keystore
6225

6326
# Google Services (e.g. APIs or Firebase)
64-
# google-services.json
65-
66-
# Freeline
67-
freeline.py
68-
freeline/
69-
freeline_project_description.json
70-
71-
# fastlane
72-
fastlane/report.xml
73-
fastlane/Preview.html
74-
fastlane/screenshots
75-
fastlane/test_output
76-
fastlane/readme.md
77-
78-
# Version control
79-
vcs.xml
80-
81-
# lint
82-
lint/intermediates/
83-
lint/generated/
84-
lint/outputs/
85-
lint/tmp/
86-
# lint/reports/
27+
google-services.json
8728

8829
# Android Profiling
8930
*.hprof

Global/AL.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.vscode/*
2+
!.vscode/settings.json
3+
!.vscode/tasks.json
4+
!.vscode/launch.json
5+
!.vscode/extensions.json
6+
*.code-workspace
7+
8+
# Local History for Visual Studio Code
9+
.history/
10+
*.app
11+
.snapshots/*

Global/Syncthing.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Syncthing caches
2+
.stversions

Global/VisualStudioCode.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!.vscode/tasks.json
44
!.vscode/launch.json
55
!.vscode/extensions.json
6-
*.code-workspace
6+
!.vscode/*.code-snippets
77

88
# Local History for Visual Studio Code
99
.history/

Go.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313

1414
# Dependency directories (remove the comment below to include it)
1515
# vendor/
16+
17+
# Go workspace file
18+
go.work

Idris.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
# Idris 2
2+
*.ttc
3+
*.ttm
4+
5+
# Idris 1
16
*.ibc
27
*.o

Java.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
24+
replay_pid*

KiCad.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
2-
# Format documentation: http://kicad-pcb.org/help/file-formats/
1+
# For PCBs designed using KiCad: https://www.kicad.org/
2+
# Format documentation: https://kicad.org/help/file-formats/
33

44
# Temporary files
55
*.000

0 commit comments

Comments
 (0)