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 # Symbols folder
.vscode/
#Cache folder
.alcache/
#Symbols folder
.alpackages/ .alpackages/
#Snapshots folder # Snapshots folder
.snapshots/ .snapshots/
#Testing Output folder # VSCode folder
.output/ .alcache/
#Extension App-file .altemplates/
*.app .history/
#Rapid Application Development File launch.json
rad.json rad.json
#Translation Base-file # Test folders and files
*.g.xlf .output/
#License-file .altestrunner/
*.flf
#Test results file
TestResults.xml TestResults.xml
# Extension App-file
*.app
# Translation Base-file
*.g.xlf
# License-file
*.flf
# Include app.json
!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