Compare commits

...

5 Commits

Author SHA1 Message Date
Joris Poppe
fc26c140a9
Merge f7295a0c69 into c677dd99d4 2026-04-08 08:32:36 +02:00
Devin Dooley
c677dd99d4
Merge pull request #4834 from wispgitgecko9/patch-2
Update macOS.gitignore
2026-04-07 20:04:22 -07:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05:00
Joris Poppe
f7295a0c69 Update AL.gitignore 2023-03-10 11:43:46 +01:00
3 changed files with 19 additions and 27 deletions

View File

@ -1,22 +1,24 @@
### AL ### ### AL ###
# Template for AL projects for Dynamics 365 Business Central # Template for AL projects for Dynamics 365 Business Central
#launch.json folder
.vscode/
#Cache folder
.alcache/
# Symbols folder # Symbols folder
.alpackages/ .alpackages/
# Snapshots folder # Snapshots folder
.snapshots/ .snapshots/
#Testing Output folder # VSCode folder
.alcache/
.altemplates/
.history/
launch.json
rad.json
# Test folders and files
.output/ .output/
.altestrunner/
TestResults.xml
# Extension App-file # Extension App-file
*.app *.app
#Rapid Application Development File
rad.json
# Translation Base-file # Translation Base-file
*.g.xlf *.g.xlf
# License-file # License-file
*.flf *.flf
#Test results file # Include app.json
TestResults.xml !app.json

View File

@ -1,11 +0,0 @@
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
*.app
.snapshots/*

View File

@ -1,5 +1,6 @@
# General # General
.DS_Store .DS_Store
.localized
__MACOSX/ __MACOSX/
.AppleDouble .AppleDouble
.LSOverride .LSOverride